Changeset 34643 in osm for applications/editors/josm/plugins
- Timestamp:
- 2018-09-13T00:10:42+02:00 (6 years ago)
- Location:
- applications/editors/josm/plugins/turnrestrictions
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/turnrestrictions/build.xml
r34567 r34643 4 4 <property name="commit.message" value="Adapt to JOSM core change (DefaultNameFormatter)"/> 5 5 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 6 <property name="plugin.main.version" value="14 153"/>6 <property name="plugin.main.version" value="14221"/> 7 7 8 8 <!-- Configure these properties (replace "..." accordingly). -
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.