Ignore:
Timestamp:
2016-08-21T23:15:36+02:00 (8 years ago)
Author:
Don-vip
Message:

fix #13402 - Shift+P (make parallel ways copy) causes crash (patch by michael2402, modified) - regression - gsoc-core

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/data/osm/visitor/paint/PaintColors.java

    r10824 r10869  
    6161    }
    6262
     63    /**
     64     * Gets the default value for this color.
     65     * @return The default value
     66     */
    6367    public Color getDefaultValue() {
    6468        return property.getDefaultValue();
    6569    }
    6670
     71    /**
     72     * Get the given color
     73     * @return The color
     74     */
    6775    public Color get() {
    6876        return property.get();
Note: See TracChangeset for help on using the changeset viewer.