From: Mike Blumenkrantz Date: Thu, 16 Jul 2015 16:59:04 +0000 (-0400) Subject: ...and also ungrab the compositor when internal drags end X-Git-Tag: upstream/0.20.0~559 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=32c48f9a4058db23bee124a3a4d605b4eac0a975;p=platform%2Fupstream%2Fenlightenment.git ...and also ungrab the compositor when internal drags end --- 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; }