Changeset 33138 in osm


Ignore:
Timestamp:
2017-02-07T21:27:30+01:00 (8 years ago)
Author:
stoecker
Message:

fix #josm13789

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/livegps/src/livegps/LiveGpsLayer.java

    r33078 r33138  
    3333
    3434    private static final CachingProperty<Color> COLOR_POSITION =
    35             new ColorProperty(C_LIVEGPS_COLOR_POSITION_ESTIMATE, Color.RED).cached();
     35            new ColorProperty(C_LIVEGPS_COLOR_POSITION, Color.RED).cached();
    3636    private static final CachingProperty<Color> COLOR_POSITION_ESTIMATE =
    3737            new ColorProperty(C_LIVEGPS_COLOR_POSITION_ESTIMATE, Color.CYAN).cached();
Note: See TracChangeset for help on using the changeset viewer.