discomfitor pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=32c48f9a4058db23bee124a3a4d605b4eac0a975
commit 32c48f9a4058db23bee124a3a4d605b4eac0a975 Author: Mike Blumenkrantz <[email protected]> Date: Thu Jul 16 12:59:04 2015 -0400 ...and also ungrab the compositor when internal drags end --- src/bin/e_dnd.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/bin/e_dnd.c b/src/bin/e_dnd.c index 1172099..11a32ac 100644 --- a/src/bin/e_dnd.c +++ b/src/bin/e_dnd.c @@ -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; } --
