Changeset 34643 in osm for applications/editors/josm/plugins/turnrestrictions/src
- Timestamp:
- 2018-09-13T00:10:42+02:00 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/turnrestrictions/src/org/openstreetmap/josm/plugins/turnrestrictions/list/TurnRestrictionsListDialog.java
r34567 r34643 24 24 25 25 import org.openstreetmap.josm.actions.AutoScaleAction; 26 import org.openstreetmap.josm.actions.AutoScaleAction.AutoScaleMode; 26 27 import org.openstreetmap.josm.data.osm.OsmPrimitive; 27 28 import org.openstreetmap.josm.data.osm.Relation; … … 391 392 if (layer == null) return; 392 393 layer.data.setSelected(toSelect); 393 new AutoScaleAction( "selection").autoScale();394 new AutoScaleAction(AutoScaleMode.SELECTION).autoScale(); 394 395 } 395 396
Note:
See TracChangeset
for help on using the changeset viewer.