提交 1eb12a82 编写于 作者: R rupashka

6988168: Press the "Toggle Font" button.The size of the combo box didn't change.

Reviewed-by: alexp
上级 788a06b4
...@@ -1721,6 +1721,7 @@ public class BasicComboBoxUI extends ComboBoxUI { ...@@ -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 ) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册