summaryrefslogtreecommitdiff
path: root/src/ui/root.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/root.c')
-rw-r--r--src/ui/root.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ui/root.c b/src/ui/root.c
index d5148056..af759427 100644
--- a/src/ui/root.c
+++ b/src/ui/root.c
@@ -549,6 +549,11 @@ static iBool handleRootCommands_(iWidget *root, const char *cmd) {
549 root->root->pendingArrange = iFalse; 549 root->root->pendingArrange = iFalse;
550 return iTrue; 550 return iTrue;
551 } 551 }
552 else if (equal_Command(cmd, "theme.changed")) {
553 /* The phone toolbar is draw-buffered so it needs refreshing. */
554 refresh_Widget(findWidget_App("toolbar"));
555 return iFalse;
556 }
552 else if (handleCommand_App(cmd)) { 557 else if (handleCommand_App(cmd)) {
553 return iTrue; 558 return iTrue;
554 } 559 }