6988168: Press the "Toggle Font" button.The size of the combo box didn't change
Reviewed-by: alexp
This commit is contained in:
parent
a09ca04b62
commit
069ec3aa00
@ -1721,6 +1721,7 @@ public class BasicComboBoxUI extends ComboBoxUI {
|
|||||||
editor.setFont( comboBox.getFont() );
|
editor.setFont( comboBox.getFont() );
|
||||||
}
|
}
|
||||||
isMinimumSizeDirty = true;
|
isMinimumSizeDirty = true;
|
||||||
|
isDisplaySizeDirty = true;
|
||||||
comboBox.validate();
|
comboBox.validate();
|
||||||
}
|
}
|
||||||
else if ( propertyName == JComponent.TOOL_TIP_TEXT_KEY ) {
|
else if ( propertyName == JComponent.TOOL_TIP_TEXT_KEY ) {
|
||||||
|
Loading…
Reference in New Issue
Block a user