1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-17 00:44:19 +00:00

Projucer: Removed the key command for showing the build tab as it was the same as the build now key command

This commit is contained in:
ed 2017-05-05 11:22:41 +01:00
parent d6d699214a
commit 17cd47558f

View file

@ -988,7 +988,6 @@ void ProjectContentComponent::getCommandInfo (const CommandID commandID, Applica
"Shows the tab containing the build panel",
CommandCategories::general, 0);
result.setActive (project != nullptr);
result.defaultKeypresses.add (KeyPress ('b', ModifierKeys::commandModifier, 0));
break;
case CommandIDs::showFileExplorerPanel: