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)); ImageFileBackground imageBackground = new ImageFileBackground(IOUtils.readImage(path));
imageBackgroundQuickPane.populateBean(imageBackground); imageBackgroundQuickPane.populateBean(imageBackground);
} else { } else {
imageBackgroundQuickPane.populateBean(new ImageBackground()); imageBackgroundQuickPane.populateBean(new ImageFileBackground());
} }
checkImagePane(); checkImagePane();
} }

Loading…
Cancel
Save