Am 26.07.2006 um 22:34 schrieb Jens Noeckel:

There was this additional suggestion quoted below - but I couldn't find any menubar_mac.cpp in my lyx source tree, so I'm not sure how to try this suggestion. Maybe you can point me to where that function "qt_mac_set_no_menubar_merge" should be defined?

That's in the Qt sources. Something like this in main() should work:

void qt_mac_set_no_menubar_merge(bool b);

int main(...)
{
        ...
        qt_mac_set_no_menubar_merge(true);
        ...
}

Cheers
/Andreas

Reply via email to