Show workspace in _tree_next

Fixes a regression introduced by #2980.
This commit is contained in:
Orestis Floros 2017-12-09 16:28:30 +02:00
parent 9ced77384b
commit cf28147c5e
1 changed files with 1 additions and 0 deletions

View 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;