mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-10 20:04:46 +00:00
remove extra menu expansion which causes multiple warnings about shortcuts
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@22365 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
edb50d96d1
commit
d43731fa17
@ -75,9 +75,6 @@ void Menus::fillMenuBar(GuiView * view)
|
||||
continue;
|
||||
}
|
||||
|
||||
Menu menu;
|
||||
expand(getMenubar(), menu, view->buffer());
|
||||
|
||||
GuiPopupMenu * qMenu = new GuiPopupMenu(view, *m, true);
|
||||
view->menuBar()->addMenu(qMenu);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user