1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

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

This commit is contained in:
hogliux 2017-07-26 15:33:55 +01:00
parent c0f69183e7
commit 98b76b54de

View file

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