fr_shine 8 years ago
parent
commit
364cfb1257
  1. 3
      designer_chart/src/com/fr/design/mainframe/chart/gui/data/NormalChartDataPane.java

3
designer_chart/src/com/fr/design/mainframe/chart/gui/data/NormalChartDataPane.java

@ -108,7 +108,8 @@ public class NormalChartDataPane extends DataContentsPane {
tableDataPane.populateBean(collection);
} else {
dataPane.populateBean(collection);
} this.initAllListeners();
}
this.initAllListeners();
this.addAttributeChangeListener(listener);
reportDataPane.checkBoxUse();

Loading…
Cancel
Save