do not perform input ungrab twice during dnd end in wayland

this was happening in both drag free and drag end: once is sufficient
This commit is contained in:
Mike Blumenkrantz 2016-04-21 11:50:19 -04:00
parent 14b6a658cf
commit 42d67d51c3
1 changed files with 0 additions and 2 deletions

View File

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