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:
parent
c0f69183e7
commit
98b76b54de
1 changed files with 0 additions and 1 deletions
|
|
@ -922,7 +922,6 @@ void LookAndFeel_V4::positionComboBoxText (ComboBox& box, Label& label)
|
|||
box.getHeight() - 2);
|
||||
|
||||
label.setFont (getComboBoxFont (box));
|
||||
label.setJustificationType (Justification::centredLeft);
|
||||
}
|
||||
|
||||
//==============================================================================
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue