The modern theme sets its own cursor, which makes it responsible for restoring

the old one afterwards.

svn-id: r24647
This commit is contained in:
Torbjörn Andersson 2006-11-07 19:08:06 +00:00
parent 09d35a38a8
commit c38ee89a15

View file

@ -179,6 +179,7 @@ void ThemeModern::enable() {
void ThemeModern::disable() { void ThemeModern::disable() {
_system->hideOverlay(); _system->hideOverlay();
PaletteMan.popCursorPalette(); PaletteMan.popCursorPalette();
CursorMan.popCursor();
_enabled = false; _enabled = false;
} }