提交 1c8702bd 编写于 作者: A alexp

6735259: NPE at WindowsComboBoxUI$XPComboBoxButton.getState(WindowsComboBoxUI.java:408)

Reviewed-by: rupashka
上级 d4cdbfbd
...@@ -424,7 +424,7 @@ public class WindowsComboBoxUI extends BasicComboBoxUI { ...@@ -424,7 +424,7 @@ public class WindowsComboBoxUI extends BasicComboBoxUI {
State rv; State rv;
rv = super.getState(); rv = super.getState();
if (rv != State.DISABLED if (rv != State.DISABLED
&& ! comboBox.isEditable() && comboBox != null && ! comboBox.isEditable()
&& XPStyle.getXP().isSkinDefined(comboBox, && XPStyle.getXP().isSkinDefined(comboBox,
Part.CP_DROPDOWNBUTTONRIGHT)) { Part.CP_DROPDOWNBUTTONRIGHT)) {
/* /*
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册