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