Browse Source

Merge pull request #592 in BA/design from ~NEIL/design:dev to dev

* commit '46e1e1f0452346401f3690539ffbe9eb3e89df4c':
  无JIRA任务, build failed
  无JIRA任务, build failed
master
superman 8 years ago
parent
commit
4352586e6b
  1. 4
      designer_chart/src/com/fr/design/ChartTypeInterfaceManager.java

4
designer_chart/src/com/fr/design/ChartTypeInterfaceManager.java

@ -38,7 +38,7 @@ import javax.swing.*;
import java.util.*;
/**
* Created by eason on 14/12/29.
* Created by eason on 14/12/29.
*/
public class ChartTypeInterfaceManager extends XMLFileManager implements ExtraChartDesignClassManagerProvider {
@ -495,7 +495,7 @@ public class ChartTypeInterfaceManager extends XMLFileManager implements ExtraCh
extraChartDesignInterfaceList.add(tagName);
}
if (IndependentChartUIProvider.XML_TAG.equals(tagName)) {
addChartInterface(reader.getAttrAsString("class", ""), reader.getAttrAsString("priority", ChartTypeManager.DEFAULT_PRIORITY),reader.getAttrAsString("plotID", ""), simplify);
addChartInterface(reader.getAttrAsString("class", ""), reader.getAttrAsString("priority", ChartTypeManager.CHART_PRIORITY),reader.getAttrAsString("plotID", ""), simplify);
}
}
}

Loading…
Cancel
Save