Changeset 9071 in josm for trunk/src


Ignore:
Timestamp:
2015-11-30T20:23:23+01:00 (8 years ago)
Author:
bastiK
Message:

mappaint partial fill: turn off margin on both sites for unclosed area (see #12104)

File:
1 edited

Legend:

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

    r9063 r9071  
    115115
    116116        outlineOnly = Main.pref.getBoolean("draw.data.area_outline_only", false);
    117         unclosedAreaHighlight = Main.pref.getBoolean("draw.unclosed_area_partial_fill_highlight", true);
     117        unclosedAreaHighlight = Main.pref.getBoolean("draw.unclosed_area_partial_fill_highlight", false);
    118118        unclosedAreaHighlightWidth = Main.pref.getDouble("draw.unclosed_area_partial_fill_highlight.width", 80);
    119119        partialFillThreshold = Main.pref.getDouble("draw.area.partial_fill_threshold", 50);
Note: See TracChangeset for help on using the changeset viewer.