- Timestamp:
- 2014-07-21T18:32:34+02:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/layer/gpx/GpxDrawHelper.java
r7319 r7323 334 334 color = neutralColor; 335 335 } 336 337 trkPnt.customColoring = color; 336 if (color!=null) { 337 trkPnt.customColoring = color; 338 } 338 339 oldWp = trkPnt; 339 340 }
Note:
See TracChangeset
for help on using the changeset viewer.