mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Projucer: workaround broken "Open Recent" submenu
This commit is contained in:
parent
701fd8a216
commit
439ecc391b
1 changed files with 3 additions and 1 deletions
|
|
@ -157,7 +157,9 @@ void ProjucerApplication::handleAsyncUpdate()
|
|||
PopupMenu extraAppleMenuItems;
|
||||
createExtraAppleMenuItems (extraAppleMenuItems);
|
||||
|
||||
MenuBarModel::setMacMainMenu (menuModel, &extraAppleMenuItems, "Open Recent");
|
||||
// workaround broken "Open Recent" submenu: not passing the
|
||||
// submenu's title here avoids the defect in JuceMainMenuHandler::addMenuItem
|
||||
MenuBarModel::setMacMainMenu (menuModel, &extraAppleMenuItems); //, "Open Recent");
|
||||
#endif
|
||||
|
||||
versionChecker = new LatestVersionChecker();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue