Browse Source

Merge branch 'release/10.0' into release/11.0

# Conflicts:
#	designer-realize/src/main/java/com/fr/design/share/effect/EffectItemGroup.java
bugfix/11.0
kuangshuai 3 years ago
parent
commit
fa28bf6a5b
  1. 2
      designer-realize/src/main/java/com/fr/design/share/effect/EffectItemGroup.java

2
designer-realize/src/main/java/com/fr/design/share/effect/EffectItemGroup.java

@ -112,14 +112,12 @@ public class EffectItemGroup {
initChartEditorByChartCollection(chartCollection, cellSourceNode);
}
}
}
private void initChartEditor() {
ChartEditor editor = (ChartEditor) this.widget;
ChartCollection chartCollection = (ChartCollection) editor.getChartCollection();
initChartEditorByChartCollection(chartCollection, null);
}
private void initChartEditorByChartCollection(ChartCollection chartCollection, SourceNode sourceNode) {

Loading…
Cancel
Save