Disable the theme before restoring the cursor, not afterwards. Otherwise there

may be a noticeable amount of time (disabling the theme can be comparatively
slow) where the cursor is wrong.

svn-id: r23082
This commit is contained in:
Torbjörn Andersson 2006-06-13 09:57:16 +00:00
parent df4f95f805
commit 3728e96b17

@ -285,8 +285,8 @@ void NewGui::runLoop() {
PaletteMan.popCursorPalette();
if (didSaveState) {
restoreState();
_theme->disable();
restoreState();
}
}