aboutsummaryrefslogtreecommitdiff
path: root/gui/ThemeModern.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'gui/ThemeModern.cpp')
-rw-r--r--gui/ThemeModern.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/gui/ThemeModern.cpp b/gui/ThemeModern.cpp
index 6f12f856cd..406de21015 100644
--- a/gui/ThemeModern.cpp
+++ b/gui/ThemeModern.cpp
@@ -179,6 +179,7 @@ void ThemeModern::enable() {
void ThemeModern::disable() {
_system->hideOverlay();
PaletteMan.popCursorPalette();
+ CursorMan.popCursor();
_enabled = false;
}