Changeset 9071 in josm
- Timestamp:
- 2015-11-30T20:23:23+01:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/osm/visitor/paint/MapPaintSettings.java
r9063 r9071 115 115 116 116 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); 118 118 unclosedAreaHighlightWidth = Main.pref.getDouble("draw.unclosed_area_partial_fill_highlight.width", 80); 119 119 partialFillThreshold = Main.pref.getDouble("draw.area.partial_fill_threshold", 50);
Note:
See TracChangeset
for help on using the changeset viewer.