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