mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Re-amend ca4426e5
.
This commit is contained in:
parent
00d4144352
commit
94222e6170
@ -2552,7 +2552,7 @@ void Menus::fillMenuBar(QMenuBar * qmb, GuiView * view, bool initial)
|
||||
// On Mac OS with QT/cocoa, the menu is not displayed if there is no action
|
||||
// so we create a temporary one here
|
||||
QAction * action = new QAction(menuptr);
|
||||
menu->addAction(action);
|
||||
menuptr->addAction(action);
|
||||
#endif
|
||||
|
||||
qmb->addMenu(menuptr);
|
||||
|
Loading…
Reference in New Issue
Block a user