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:
parent
09d35a38a8
commit
c38ee89a15
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue