1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-21 01:24:21 +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 committed by hogliux
parent dbf89fce76
commit ad9154657b

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: