summaryrefslogtreecommitdiff
path: root/src/gui/theme.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/theme.cpp')
-rw-r--r--src/gui/theme.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/theme.cpp b/src/gui/theme.cpp
index affec0b8c..97afec6d3 100644
--- a/src/gui/theme.cpp
+++ b/src/gui/theme.cpp
@@ -130,7 +130,7 @@ void Skin::updateAlpha(const float minimumOpacityAllowed)
{
const float alpha = static_cast<float>(
std::max(static_cast<double>(minimumOpacityAllowed),
- static_cast<double>(Client::getGuiAlpha())));
+ static_cast<double>(client->getGuiAlpha())));
for (int i = 0; i < 9; i++)
{