[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

Re: Tabbed interface: good progress





On 6/7/07, Lars Clausen <lars raeder dk> 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) {


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]