Browse Source

Merge branch 'release' of http://www.finedevelop.com:2015/scm/~xiaoxia/design into release

master
xiaoxia 8 years ago
parent
commit
482e8c0a61
  1. 4
      designer_chart/src/com/fr/design/mainframe/chart/gui/ChartTypePane.java

4
designer_chart/src/com/fr/design/mainframe/chart/gui/ChartTypePane.java

@ -300,8 +300,12 @@ public class ChartTypePane extends AbstractChartAttrPane{
*/
public void populate(ChartCollection collection) {
Chart chart = collection.getSelectedChart();
this.remove(leftContentPane);
initContentPane();
this.removeAttributeChangeListener();
buttonPane.populateBean(collection);
chartTypePane.populateBean(chart);
this.initAllListeners();
}
/**

Loading…
Cancel
Save