Browse Source

Fixed an issue in LookAndFeel v4 which would always override the combobox justification

tags/2021-05-28
hogliux 7 years ago
parent
commit
98b76b54de
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      modules/juce_gui_basics/lookandfeel/juce_LookAndFeel_V4.cpp

+ 0
- 1
modules/juce_gui_basics/lookandfeel/juce_LookAndFeel_V4.cpp View File

@@ -922,7 +922,6 @@ void LookAndFeel_V4::positionComboBoxText (ComboBox& box, Label& label)
box.getHeight() - 2); box.getHeight() - 2);
label.setFont (getComboBoxFont (box)); label.setFont (getComboBoxFont (box));
label.setJustificationType (Justification::centredLeft);
} }
//============================================================================== //==============================================================================


Loading…
Cancel
Save