]> git.sur5r.net Git - i3/i3/commitdiff
Show workspace in _tree_next 3074/head
authorOrestis Floros <orestisf1993@gmail.com>
Sat, 9 Dec 2017 14:28:30 +0000 (16:28 +0200)
committerOrestis Floros <orestisf1993@gmail.com>
Sat, 9 Dec 2017 14:39:33 +0000 (16:39 +0200)
Fixes a regression introduced by #2980.

src/tree.c

index f87c4326e4c0fa3c94484ae785935add6308f545..d1c587d5b9d7de97a4a098b9cef4882428cfc505 100644 (file)
@@ -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;