|
|
|
@ -118,7 +118,10 @@ public class ChartPreStyleListPane extends JListControlPane {
|
|
|
|
|
while (keys.hasNext()) { |
|
|
|
|
Object key = keys.next(); |
|
|
|
|
ChartColorMatching value = (ChartColorMatching) config.getPreStyle(key); |
|
|
|
|
|
|
|
|
|
// 新配置框架不再使用mirror后 原先mirror的地方需要手动清理下namespace
|
|
|
|
|
if(!StringUtils.isEmpty(value.getNameSpace())) { |
|
|
|
|
value.reset(); |
|
|
|
|
} |
|
|
|
|
list.add(new NameObject(Utils.objectToString(key), value)); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|