diff options
-rw-r--r-- | gui/ThemeClassic.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/ThemeClassic.cpp b/gui/ThemeClassic.cpp index 7bea40c715..2b342b2cdd 100644 --- a/gui/ThemeClassic.cpp +++ b/gui/ThemeClassic.cpp @@ -489,7 +489,7 @@ void ThemeClassic::restoreBackground(Common::Rect r, bool special) { #ifdef CT_NO_TRANSPARENCY _screen.fillRect(r, _bgcolor); #else - if (_dialog && !_enableBlending) { + if (_dialog) { if (!_dialog->screen.pixels) { _screen.fillRect(r, _bgcolor); return; |