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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/root.c b/src/ui/root.c
index 04586bac..780dc6e7 100644
--- a/src/ui/root.c
+++ b/src/ui/root.c
@@ -441,7 +441,7 @@ static iBool handleRootCommands_(iWidget *root, const char *cmd) {
441 return iFalse; 441 return iFalse;
442 } 442 }
443 else if (equal_Command(cmd, "focus.set")) { 443 else if (equal_Command(cmd, "focus.set")) {
444 setFocus_Widget(findWidget_App(cstr_Rangecc(range_Command(cmd, "id")))); 444 setFocus_Widget(findWidget_App(cstr_Command(cmd, "id")));
445 return iTrue; 445 return iTrue;
446 } 446 }
447 else if (equal_Command(cmd, "input.resized")) { 447 else if (equal_Command(cmd, "input.resized")) {