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, 2 insertions, 0 deletions
diff --git a/src/ui/root.c b/src/ui/root.c
index 6e187313..eeb5956f 100644
--- a/src/ui/root.c
+++ b/src/ui/root.c
@@ -1059,6 +1059,8 @@ static iBool handleNavBarCommands_(iWidget *navBar, const char *cmd) {
1059 updateNavBarIdentity_(navBar); 1059 updateNavBarIdentity_(navBar);
1060 } 1060 }
1061 setFocus_Widget(NULL); 1061 setFocus_Widget(NULL);
1062 makePaletteGlobal_GmDocument(document_DocumentWidget(doc));
1063 refresh_Widget(findWidget_Root("doctabs"));
1062 } 1064 }
1063 else if (equal_Command(cmd, "mouse.clicked") && arg_Command(cmd)) { 1065 else if (equal_Command(cmd, "mouse.clicked") && arg_Command(cmd)) {
1064 iWidget *widget = pointer_Command(cmd); 1066 iWidget *widget = pointer_Command(cmd);