Changeset 7323 in josm for trunk/src/org


Ignore:
Timestamp:
2014-07-21T18:32:34+02:00 (10 years ago)
Author:
akks
Message:

see #10294: gpx single color mode was broke (regression of r7319)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/layer/gpx/GpxDrawHelper.java

    r7319 r7323  
    334334                    color = neutralColor;
    335335                }
    336                
    337                 trkPnt.customColoring = color;
     336                if (color!=null) {
     337                    trkPnt.customColoring = color;
     338                }
    338339                oldWp = trkPnt;
    339340            }
Note: See TracChangeset for help on using the changeset viewer.