Changeset 24505 in osm for applications/editors
- Timestamp:
- 2010-12-01T22:42:23+01:00 (14 years ago)
- Location:
- applications/editors/josm
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/imagery/src/org/openstreetmap/josm/plugins/imagery/ImageryAdjustAction.java
r24503 r24505 82 82 83 83 @Override public void mouseDragged(MouseEvent e) { 84 if (adjustingLayer == null ) return;84 if (adjustingLayer == null || prevEastNorth == null) return; 85 85 EastNorth eastNorth = 86 86 Main.map.mapView.getEastNorth(e.getX(),e.getY());
Note:
See TracChangeset
for help on using the changeset viewer.