Merge branch 'master' into next
This commit is contained in:
commit
f5a43738d1
|
@ -421,6 +421,8 @@ DRAGGING_CB(drag_window_callback) {
|
||||||
/* Check if we cross workspace boundaries while moving */
|
/* Check if we cross workspace boundaries while moving */
|
||||||
if (!floating_maybe_reassign_ws(con))
|
if (!floating_maybe_reassign_ws(con))
|
||||||
return;
|
return;
|
||||||
|
/* Ensure not to warp the pointer while dragging */
|
||||||
|
x_set_warp_to(NULL);
|
||||||
tree_render();
|
tree_render();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue