mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-17 00:44:19 +00:00
XML parser fix. Mac filechooser fix.
This commit is contained in:
parent
a90aedce50
commit
ffaa06c3d0
7 changed files with 30 additions and 9 deletions
|
|
@ -223,7 +223,6 @@ void ProjectContentComponent::getCommandInfo (const CommandID commandID, Applica
|
|||
"Closes the current project",
|
||||
CommandCategories::general, 0);
|
||||
result.setActive (project != nullptr);
|
||||
result.defaultKeypresses.add (KeyPress ('w', ModifierKeys::commandModifier | ModifierKeys::shiftModifier, 0));
|
||||
break;
|
||||
|
||||
case CommandIDs::openInIDE:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue