Changeset 4945 in josm for trunk/src/org
- Timestamp:
- 2012-02-15T22:31:59+01:00 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/io/remotecontrol/handler/LoadAndZoomHandler.java
r4944 r4945 173 173 ds.setSelected(newSel); 174 174 if (Main.pref.getBoolean(changeViewportPermissionKey, changeViewportPermissionDefault)) { 175 new AutoScaleAction("selection").actionPerformed(null);175 AutoScaleAction.autoScale("selection"); 176 176 } 177 177 if (Main.map != null && Main.map.relationListDialog != null) {
Note:
See TracChangeset
for help on using the changeset viewer.