1
0
Fork 0
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:
jules 2012-01-21 09:10:06 +00:00
parent a90aedce50
commit ffaa06c3d0
7 changed files with 30 additions and 9 deletions

View file

@ -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: