|
|
@ -198,6 +198,7 @@ public class UIComboCheckBox extends JComponent implements UIObserver, GlobalNam |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
public void refreshCombo(Object[] value) { |
|
|
|
public void refreshCombo(Object[] value) { |
|
|
|
this.values = value; |
|
|
|
this.values = value; |
|
|
|
|
|
|
|
//CHART-13666 控件之前的刷新有bug,没有刷新popup中values的值,导致数组越界
|
|
|
|
this.popup.refreshCheckboxValues(value); |
|
|
|
this.popup.refreshCheckboxValues(value); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|