...and also ungrab the compositor when internal drags end

This commit is contained in:
Mike Blumenkrantz 2015-07-16 12:59:04 -04:00
parent 2e5ab5a947
commit 32c48f9a40
1 changed files with 2 additions and 0 deletions

View File

@ -1180,6 +1180,8 @@ _e_drag_free(E_Drag *drag)
ecore_x_window_shadow_tree_flush();
}
#endif
if (_drag_win == e_comp->ee_win)
e_comp_ungrab_input(1, 1);
_drag_win = 0;
}