Changeset 3319 in josm for trunk/src/org/openstreetmap
- Timestamp:
- 2010-06-08T18:53:58+02:00 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/mappaint/LineElemStyle.java
r3301 r3319 18 18 static { 19 19 UNTAGGED_WAY = new LineElemStyle(); 20 UNTAGGED_WAY.color = PaintColors.UNTAGGED.get();21 20 } 22 21 … … 78 77 dashedColor = null; 79 78 priority = 0; 80 color = null;79 color = PaintColors.UNTAGGED.get(); 81 80 over = true; // only used for line modifications 82 81 widthMode = WidthMode.ABSOLUTE;
Note:
See TracChangeset
for help on using the changeset viewer.