|
|
@ -153,7 +153,7 @@ public class ColorSchemeComboBox extends UIComboBox { |
|
|
|
if (selectedIndex == itemCount - 2) { |
|
|
|
if (selectedIndex == itemCount - 2) { |
|
|
|
return SelectType.COMBINATION_COLOR; |
|
|
|
return SelectType.COMBINATION_COLOR; |
|
|
|
} |
|
|
|
} |
|
|
|
if (selectedIndex == 0) { |
|
|
|
if (selectedIndex == 0 && ChartEditContext.supportTheme()) { |
|
|
|
return SelectType.DEFAULT; |
|
|
|
return SelectType.DEFAULT; |
|
|
|
} |
|
|
|
} |
|
|
|
return SelectType.NORMAL; |
|
|
|
return SelectType.NORMAL; |
|
|
|