Browse Source

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

tags/2021-05-28
ed 8 years ago
parent
commit
17cd47558f
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      extras/Projucer/Source/Project/jucer_ProjectContentComponent.cpp

+ 0
- 1
extras/Projucer/Source/Project/jucer_ProjectContentComponent.cpp 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:


Loading…
Cancel
Save