Ignore:
Timestamp:
2009-02-15T18:30:41+01:00 (15 years ago)
Author:
stoecker
Message:

close #1902. Patch by xeen

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/data/osm/OsmPrimitive.java

    r1314 r1409  
    123123     */
    124124    public volatile boolean selected = false;
     125   
     126    /**
     127     * If set to true, this object is highlighted. Currently this is only used to
     128     * show which ways/nodes will connect
     129     */
     130    public volatile boolean highlighted = false;
    125131
    126132    /**
Note: See TracChangeset for help on using the changeset viewer.