>>>>> "Allan" == Allan Rae <[EMAIL PROTECTED]> writes:

Allan> One way to overcome this is to just move the LyX main window
Allan> around and the menus suddenly start working properly again.

I do not see it here, but does reverting the following change fix your
problem?

JMarc

Index: Menubar_pimpl.C
===================================================================
RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/frontends/xforms/Menubar_pimpl.C,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- Menubar_pimpl.C     2000/11/29 15:06:42     1.19
+++ Menubar_pimpl.C     2000/11/30 11:31:39     1.20
@@ -110,7 +110,7 @@
                string label = i->label();
                string shortcut = "#" + i->shortcut();
                int width = string_width(label);
-               obj = fl_add_button(FL_TOUCH_BUTTON,
+               obj = fl_add_button(FL_MENU_BUTTON,
                                    air + moffset, yloc,
                                    width + mbadd,
                                    mbheight, 

Reply via email to