- Timestamp:
- 2008-03-09T16:34:31+01:00 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/actions/mapmode/SelectAction.java
r577 r581 80 80 selectionManager = new SelectionManager(this, false, mapFrame.mapView); 81 81 try { initialMoveDelay = Integer.parseInt(Main.pref.get("edit.initial-move-delay","200")); } catch (NumberFormatException x) {}; 82 try { initialMoveThreshold = Integer.parseInt(Main.pref.get("edit.initial-move-threshold"," 15")); } catch (NumberFormatException x) {};82 try { initialMoveThreshold = Integer.parseInt(Main.pref.get("edit.initial-move-threshold","5")); } catch (NumberFormatException x) {}; 83 83 84 84 }
Note:
See TracChangeset
for help on using the changeset viewer.