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:
parent
d6d699214a
commit
17cd47558f
1 changed files with 0 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue