Browse Source

update

master
zheng 6 years ago
parent
commit
b59214ff7c
  1. 2
      designer-chart/src/com/fr/van/chart/wordcloud/designer/style/VanChartWordCloudSeriesPane.java

2
designer-chart/src/com/fr/van/chart/wordcloud/designer/style/VanChartWordCloudSeriesPane.java

@ -157,7 +157,7 @@ public class VanChartWordCloudSeriesPane extends VanChartAbstractPlotSeriesPane
ImageFileBackground imageBackground = new ImageFileBackground(IOUtils.readImage(path));
imageBackgroundQuickPane.populateBean(imageBackground);
} else {
imageBackgroundQuickPane.populateBean(new ImageBackground());
imageBackgroundQuickPane.populateBean(new ImageFileBackground());
}
checkImagePane();
}

Loading…
Cancel
Save