Revision: 6294 http://sourceforge.net/p/jump-pilot/code/6294 Author: ma15569 Date: 2020-06-02 15:38:36 +0000 (Tue, 02 Jun 2020) Log Message: ----------- Deactivated some code error
Modified Paths: -------------- plug-ins/CadPlan_VertexSymbols/trunk/src/plugins/panel/VertexColorThemingPanel.java Modified: plug-ins/CadPlan_VertexSymbols/trunk/src/plugins/panel/VertexColorThemingPanel.java =================================================================== --- plug-ins/CadPlan_VertexSymbols/trunk/src/plugins/panel/VertexColorThemingPanel.java 2020-06-02 10:47:11 UTC (rev 6293) +++ plug-ins/CadPlan_VertexSymbols/trunk/src/plugins/panel/VertexColorThemingPanel.java 2020-06-02 15:38:36 UTC (rev 6294) @@ -313,13 +313,13 @@ previewPanel.repaint(); VertexColorThemingPanel.this.getStyle(); VertexColorThemingPanel.this.mainPanel.repaint(); - - map.replace(value, + //Deactivate as it doesn't upgrade the style + /* map.replace(value, new DataWrapper(classDialog.getSymbol().getSymbolName(), classDialog.getSymbol().getSize(), classDialog.getSymbol().getDistance(), classDialog.getSymbol().getOffset(),classDialog.getSymbol().getRotate())); - getStyle(); + getStyle();*/ VertexColorThemingPanel.this.getParent().revalidate(); VertexColorThemingPanel.this.getParent().repaint(); } else { _______________________________________________ Jump-pilot-devel mailing list Jump-pilot-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel