This commit is contained in:
Richard Heck 2018-02-26 16:18:33 -05:00
parent 00d4144352
commit 94222e6170

View File

@ -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);