Browse Source

Added text translation to KeyMappingEditorComponent.

tags/2021-05-28
jules 12 years ago
parent
commit
ed09493cd2
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      modules/juce_gui_extra/misc/juce_KeyMappingEditorComponent.cpp

+ 1
- 1
modules/juce_gui_extra/misc/juce_KeyMappingEditorComponent.cpp View File

@@ -234,7 +234,7 @@ public:
g.setFont (getHeight() * 0.7f);
g.setColour (findColour (KeyMappingEditorComponent::textColourId));
g.drawFittedText (owner.getCommandManager().getNameOfCommand (commandID),
g.drawFittedText (TRANS (owner.getCommandManager().getNameOfCommand (commandID)),
4, 0, jmax (40, getChildComponent (0)->getX() - 5), getHeight(),
Justification::centredLeft, true);
}


Loading…
Cancel
Save