diff options
Diffstat (limited to 'gui/ThemeClassic.cpp')
-rw-r--r-- | gui/ThemeClassic.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gui/ThemeClassic.cpp b/gui/ThemeClassic.cpp index df2fc4751e..bda8836af5 100644 --- a/gui/ThemeClassic.cpp +++ b/gui/ThemeClassic.cpp @@ -55,6 +55,7 @@ bool ThemeClassic::init() { } else { _font = FontMan.getFontByUsage(Graphics::FontManager::kGUIFont); } + resetDrawArea(); } if (isThemeLoadingRequired()) |