Changeset 4945 in josm for trunk/src/org


Ignore:
Timestamp:
2012-02-15T22:31:59+01:00 (12 years ago)
Author:
simon04
Message:

remotecontrol: do not attempt to override AutoScaleAction shortcuts

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/io/remotecontrol/handler/LoadAndZoomHandler.java

    r4944 r4945  
    173173                    ds.setSelected(newSel);
    174174                    if (Main.pref.getBoolean(changeViewportPermissionKey, changeViewportPermissionDefault)) {
    175                         new AutoScaleAction("selection").actionPerformed(null);
     175                        AutoScaleAction.autoScale("selection");
    176176                    }
    177177                    if (Main.map != null && Main.map.relationListDialog != null) {
Note: See TracChangeset for help on using the changeset viewer.