From 32c48f9a4058db23bee124a3a4d605b4eac0a975 Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Thu, 16 Jul 2015 12:59:04 -0400 Subject: [PATCH] ...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; } -- 2.7.4