From cf28147c5ecbd38db6524a0b1c20032ad9efe296 Mon Sep 17 00:00:00 2001 From: Orestis Floros Date: Sat, 9 Dec 2017 16:28:30 +0200 Subject: [PATCH] Show workspace in _tree_next Fixes a regression introduced by #2980. --- src/tree.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/tree.c b/src/tree.c index f87c4326..d1c587d5 100644 --- a/src/tree.c +++ b/src/tree.c @@ -565,6 +565,7 @@ static bool _tree_next(Con *con, char way, orientation_t orientation, bool wrap) focus = con_descend_focused(workspace); } + workspace_show(workspace); con_focus(focus); x_set_warp_to(&(focus->rect)); return true; -- 2.39.5