|
|
@ -202,8 +202,6 @@ public class XCreatorUtils { |
|
|
|
private static void putExtraEditor() { |
|
|
|
private static void putExtraEditor() { |
|
|
|
if (DesignModuleFactory.getChartEditorClass() != null) { |
|
|
|
if (DesignModuleFactory.getChartEditorClass() != null) { |
|
|
|
objectMap.put(DesignModuleFactory.getChartEditorClass(), XChartEditor.class); |
|
|
|
objectMap.put(DesignModuleFactory.getChartEditorClass(), XChartEditor.class); |
|
|
|
} else { |
|
|
|
|
|
|
|
objectMap.put(ChartEditor.class, XChartEditor.class); |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|