aboutsummaryrefslogtreecommitdiff
path: root/gui/newgui.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'gui/newgui.cpp')
-rw-r--r--gui/newgui.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/gui/newgui.cpp b/gui/newgui.cpp
index dd2819fa57..71c50721cc 100644
--- a/gui/newgui.cpp
+++ b/gui/newgui.cpp
@@ -158,7 +158,6 @@ bool NewGui::loadNewTheme(const Common::String &style) {
}
_theme->resetDrawArea();
- _theme->enable();
if (!oldTheme.empty())
screenChange();
@@ -240,8 +239,8 @@ void NewGui::runLoop() {
// HACK to change the cursor to the new themes one
if (_themeChange) {
- if (useStandardCurs)
- PaletteMan.popCursorPalette();
+ _theme->enable();
+ PaletteMan.popCursorPalette();
CursorMan.popCursor();