summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sway/focus.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sway/focus.c b/sway/focus.c
index 576a5e9b..45ec43e9 100644
--- a/sway/focus.c
+++ b/sway/focus.c
@@ -168,6 +168,7 @@ bool set_focused_container(swayc_t *c) {
168 } else if (c->type == C_WORKSPACE) { 168 } else if (c->type == C_WORKSPACE) {
169 // remove previous focus if view_focus is unlocked 169 // remove previous focus if view_focus is unlocked
170 if (!locked_view_focus) { 170 if (!locked_view_focus) {
171 update_container_border(c);
171 wlc_view_focus(0); 172 wlc_view_focus(0);
172 } 173 }
173 } 174 }