On 6/7/07, Lars Clausen <[EMAIL PROTECTED]> wrote:
>
>
> Committed.  It's missing the middle button drag that's normally there
> when right-mouse is the object menu.


Hopefully we'll eventually make all of this beautiful.

Pat.
Index: app/disp_callbacks.c
===================================================================
--- app/disp_callbacks.c	(revision 3697)
+++ app/disp_callbacks.c	(working copy)
@@ -586,7 +586,7 @@
               break;
 
             case 2:
-              if (ddisp->menu_bar == NULL) {
+              if (ddisp->menu_bar == NULL && !is_integrated_ui()) {
                 popup_object_menu(ddisp, bevent);
               }
 	      else if (!transient_tool) {
_______________________________________________
Dia-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/dia-list
FAQ at http://live.gnome.org/Dia/Faq
Main page at http://live.gnome.org/Dia

Reply via email to