gtk-demo: No need to gdk_flush() here
And if there was a need, GDK should have done it.
This commit is contained in:
@@ -150,7 +150,6 @@ query_for_toplevel (GdkDisplay *display,
|
||||
|
||||
g_object_unref (cursor);
|
||||
gtk_widget_destroy (popup);
|
||||
gdk_flush (); /* Really release the grab */
|
||||
|
||||
return toplevel;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user