Changeset 10466 in josm for trunk/src/org
- Timestamp:
- 2016-06-23T23:28:49+02:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/NavigatableComponent.java
r10458 r10466 282 282 ScaleList scaleList = nativeScaleLayer.getNativeScales(); 283 283 if (scaleList != null) { 284 if (PROP_ZOOM_INTERMEDIATE_STEPS.get()) { 285 scaleList = scaleList.withIntermediateSteps(PROP_ZOOM_RATIO.get()); 286 } 284 287 Scale snapscale = scaleList.getSnapScale(scale, PROP_ZOOM_RATIO.get(), floor); 285 288 return snapscale != null ? snapscale.getScale() : scale;
Note:
See TracChangeset
for help on using the changeset viewer.