From: Orestis Floros Date: Sat, 9 Dec 2017 14:28:30 +0000 (+0200) Subject: Show workspace in _tree_next X-Git-Tag: 4.15~30^2 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=refs%2Fpull%2F3074%2Fhead;p=i3%2Fi3 Show workspace in _tree_next Fixes a regression introduced by #2980. --- 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;