summaryrefslogtreecommitdiff
path: root/textwindow.c
diff options
context:
space:
mode:
Diffstat (limited to 'textwindow.c')
-rw-r--r--textwindow.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/textwindow.c b/textwindow.c
index 4ca3b9d..9cc3e34 100644
--- a/textwindow.c
+++ b/textwindow.c
@@ -172,7 +172,7 @@ void cNopacityTextWindow::CreatePixmap(void) {
pixmapBackground->Fill(Theme.Color(clrMenuBorder));
pixmapBackground->DrawRectangle(cRect(1, 1, geometry->Width(), geometry->Height()), clrBlack);
pixmap->Fill(Theme.Color(clrMenuBack));
- if (config.GetValue("menuEPGWindowFadeTime"))
+ if (config.GetValue("animation") && config.GetValue("menuEPGWindowFadeTime"))
SetAlpha();
cPixmap::Unlock();
}