Changeset 1501 in josm
- Timestamp:
- 2009-03-18T16:51:42+01:00 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/osm/visitor/MapPaintVisitor.java
r1499 r1501 257 257 if(l != null) 258 258 { 259 color = l.color;259 if (l.color != null) color = l.color; 260 260 width = l.width; 261 261 realWidth = l.realWidth;
Note: See TracChangeset
for help on using the changeset viewer.