Panel Settings Dialog (again)
Jasper Huijsmans
jasper at xfce.org
Mon Dec 19 17:59:02 CET 2005
Jani Monoses schreef:
...
> - move DnD is nice but the dragged image has the part of the context
> menu screenshot in it at least here :)
Hmm. Does this patch help?
Index: panel.c
===================================================================
--- panel.c (revision 19067)
+++ panel.c (working copy)
@@ -439,6 +439,11 @@
if (priv->drag_widget)
{
plugin = priv->drag_widget;
+
+ /* allow menu to close, in order to not mess up the snapshot of the
+ * plugin */
+ while (gtk_events_pending ())
+ gtk_main_iteration ();
}
else
{
More information about the Xfce4-dev
mailing list