Am 18.08.2006 um 17:13 schrieb Jean-Marc Lasgouttes:
"Andreas" == Andreas Vox <[EMAIL PROTECTED]> writes:
Andreas> Georg Baum <[EMAIL PROTECTED]> writes:
This may have something to do with some ugly tricks we are playing
to stop qt to rearrange the menus. See
src/frontends/qt2/QLMenubar.C and src/frontends/qt2/lyx_gui.C
(search for code inside #ifdef Q_WS_MACX). Does it work if you
disable the special mac menu code?
Andreas> Hi all!
Hi Andreas,
Andreas> Maybe using this function in qmenubar_mac.cpp would avoid the
Andreas> side effects?
It will indeed avoid the side effect, in the sense that no fancy menu
shifting will occur at all (File>Quit, Help>About and
Tools>Preferences will remain at their usual unixish location).
I thought that was the purpose of this hack? What were you trying to
achieve in
the first place?
/Andreas