tiling_drag: Correctly switch to workspace when dragging across outputs (#5141)
Fixes #5089
This commit is contained in:
parent
8252144cc3
commit
516d442e9a
@ -378,6 +378,7 @@ void tiling_drag(Con *con, xcb_button_press_event_t *event) {
|
||||
con_enable_fullscreen(con, CF_OUTPUT);
|
||||
}
|
||||
if (set_focus) {
|
||||
workspace_show(con_get_workspace(con));
|
||||
con_focus(con);
|
||||
}
|
||||
tree_render();
|
||||
|
Loading…
Reference in New Issue
Block a user