Changeset 29595 in osm for applications/editors/josm/plugins/piclayer/src
- Timestamp:
- 2013-05-14T22:49:46+02:00 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/piclayer/src/org/openstreetmap/josm/plugins/piclayer/actions/GenericPicTransformAction.java
r27627 r29595 61 61 62 62 if ( currentLayer != null && e.getButton() == MouseEvent.BUTTON1 ) { 63 requestFocusInMapView(); 63 64 isDragging = true; 64 65 prevMousePoint = new Point(e.getPoint());
Note:
See TracChangeset
for help on using the changeset viewer.