tiling_drag: Correctly switch to workspace when dragging across outputs (#5141)

Fixes #5089
This commit is contained in:
Orestis Floros 2022-09-20 09:13:14 +02:00 committed by GitHub
parent 8252144cc3
commit 516d442e9a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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();