Ticket #2281: color_null.patch
File color_null.patch, 561 bytes (added by , 16 years ago) |
---|
-
src/org/openstreetmap/josm/data/osm/visitor/MapPaintVisitor.java
256 256 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; 262 262 dashed = l.dashed;