diff options
Diffstat (limited to 'gui')
-rw-r--r-- | gui/newgui.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/newgui.cpp b/gui/newgui.cpp index cf88d559da..f4ec342925 100644 --- a/gui/newgui.cpp +++ b/gui/newgui.cpp @@ -285,8 +285,8 @@ void NewGui::runLoop() { PaletteMan.popCursorPalette(); if (didSaveState) { - restoreState(); _theme->disable(); + restoreState(); } } |