Changeset 3638 in osm for applications/editors/josm/plugins
- Timestamp:
- 2007-07-20T12:44:23+02:00 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/mappaint/src/mappaint/ElemStyleHandler.java
r3614 r3638 19 19 String curKey = null; 20 20 String curValue = null; 21 int curLineWidth = 1;21 int curLineWidth = -1; 22 22 int curLineRealWidth = 0; 23 23 boolean curLineDashed = false; … … 150 150 curLineDashed, curScaleMax, curScaleMin); 151 151 styles.add (curKey, curValue, newStyle); 152 curLineWidth = 1;152 curLineWidth = -1; 153 153 curLineRealWidth= 0; 154 154 curLineDashed = false;
Note:
See TracChangeset
for help on using the changeset viewer.