Changeset 7278 in josm for trunk/src/org
- Timestamp:
- 2014-07-01T01:56:38+02:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/actions/mapmode/ImproveWayAccuracyAction.java
r7227 r7278 90 90 protected String oldModeHelpText; 91 91 92 /** 93 * Constructs a new {@code ImproveWayAccuracyAction}. 94 * @param mapFrame Map frame 95 */ 92 96 public ImproveWayAccuracyAction(MapFrame mapFrame) { 93 97 super(tr("Improve Way Accuracy"), "improvewayaccuracy.png", … … 157 161 DataSet.removeSelectionListener(this); 158 162 159 Main.map.keyDetector. addModifierListener(this);163 Main.map.keyDetector.removeModifierListener(this); 160 164 Main.map.mapView.repaint(); 161 165 }
Note:
See TracChangeset
for help on using the changeset viewer.