Changeset 4039 in josm
- Timestamp:
- 2011-04-19T16:24:12+02:00 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/actions/mapmode/SelectAction.java
r3919 r4039 163 163 } 164 164 165 if( lastMousePos == null ) { 166 lastMousePos = e.getPoint(); 167 return; 168 } 169 165 170 if (!initialMoveThresholdExceeded) { 166 171 int dxp = lastMousePos.x - e.getX();
Note:
See TracChangeset
for help on using the changeset viewer.