x11: Fix managed dnd

We need to actually trigger the drop from the gdk side.
This commit is contained in:
Matthias Clasen 2017-08-26 22:13:25 -04:00
parent a683629dc7
commit 95ae7b7c1e

View File

@ -2855,6 +2855,7 @@ static void
gdk_x11_drag_context_drop_performed (GdkDragContext *context,
guint32 time_)
{
gdk_drag_drop (context, time_);
drag_context_ungrab (context);
}