summaryrefslogtreecommitdiffstats
path: root/Action.c
diff options
context:
space:
mode:
Diffstat (limited to 'Action.c')
-rw-r--r--Action.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/Action.c b/Action.c
index 99c0fe0b..27a9ef5d 100644
--- a/Action.c
+++ b/Action.c
@@ -88,6 +88,7 @@ static void Action_runSetup(State* st) {
ScreenManager_run(scr, NULL, NULL, "Setup");
ScreenManager_delete(scr);
if (st->settings->changed) {
+ CRT_setMouse(st->settings->enableMouse);
Header_writeBackToSettings(st->header);
}
}