Changeset 8285 in josm for trunk/src/org/openstreetmap/josm/gui/layer/geoimage/ImageDisplay.java
- Timestamp:
- 2015-04-28T00:49:49+02:00 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/layer/geoimage/ImageDisplay.java
r7956 r8285 135 135 private class ImgDisplayMouseListener implements MouseListener, MouseWheelListener, MouseMotionListener { 136 136 137 boolean mouseIsDragging = false; 138 long lastTimeForMousePoint = 0L; 139 Point mousePointInImg = null; 137 private boolean mouseIsDragging = false; 138 private long lastTimeForMousePoint = 0L; 139 private Point mousePointInImg = null; 140 140 141 141 /** Zoom in and out, trying to preserve the point of the image that was under the mouse cursor
Note:
See TracChangeset
for help on using the changeset viewer.
