|
|
|
@ -65,7 +65,7 @@ public class GisLayerPane extends JPanel implements UIObserver {
|
|
|
|
|
/** |
|
|
|
|
* fvs的具体类型 |
|
|
|
|
*/ |
|
|
|
|
private static final String FVS_TEMPLATE_CLASS = "class com.fr.plugin.wysiwyg.report.JDuchamp"; |
|
|
|
|
private static final String FVS_TEMPLATE_CLASS = "com.fr.plugin.wysiwyg.report.JDuchamp"; |
|
|
|
|
|
|
|
|
|
public GisLayerPane() { |
|
|
|
|
initComps(); |
|
|
|
@ -368,7 +368,7 @@ public class GisLayerPane extends JPanel implements UIObserver {
|
|
|
|
|
} |
|
|
|
|
JTemplate<?, ?> currentEditingTemplate = HistoryTemplateListCache.getInstance().getCurrentEditingTemplate(); |
|
|
|
|
if (JTemplate.isValid(currentEditingTemplate)) { |
|
|
|
|
if (FVS_TEMPLATE_CLASS.equals(currentEditingTemplate.getClass().toString())) { |
|
|
|
|
if (FVS_TEMPLATE_CLASS.equals(currentEditingTemplate.getClass().getName())) { |
|
|
|
|
return; |
|
|
|
|
} |
|
|
|
|
boolean dark = currentEditingTemplate.getTemplateTheme().isDark(); |
|
|
|
|