summaryrefslogtreecommitdiff
path: root/src/app.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/app.c')
-rw-r--r--src/app.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/app.c b/src/app.c
index 1a4112ff..6d172c02 100644
--- a/src/app.c
+++ b/src/app.c
@@ -1578,6 +1578,10 @@ static iBool handlePrefsCommands_(iWidget *d, const char *cmd) {
1578 setToggle_Widget(findChild_Widget(d, "prefs.ostheme"), iFalse); 1578 setToggle_Widget(findChild_Widget(d, "prefs.ostheme"), iFalse);
1579 } 1579 }
1580 } 1580 }
1581 else if (equalWidget_Command(cmd, d, "input.resized")) {
1582 updatePreferencesLayout_Widget(d);
1583 return iFalse;
1584 }
1581 return iFalse; 1585 return iFalse;
1582} 1586}
1583 1587