mirror of
https://github.com/libretro/scummvm.git
synced 2025-04-03 15:21:40 +00:00
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:
parent
df4f95f805
commit
3728e96b17
@ -285,8 +285,8 @@ void NewGui::runLoop() {
|
||||
PaletteMan.popCursorPalette();
|
||||
|
||||
if (didSaveState) {
|
||||
restoreState();
|
||||
_theme->disable();
|
||||
restoreState();
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user