Merge branch 'fix-floating-move'

next
Michael Stapelberg 2013-03-15 19:27:23 +01:00
commit 203f5dafd0
1 changed files with 2 additions and 0 deletions

View File

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