Changeset 9562 in osm for applications


Ignore:
Timestamp:
2008-08-08T12:36:04+02:00 (16 years ago)
Author:
tim
Message:

FIXED:
Issues with MouseMotionListener, OSMMapControl needs to implement mouseMoved()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/slippy_map_chooser/src/OsmMapControl.java

    r9537 r9562  
    6969        }
    7070
    71         @Override
    7271        public void mouseDragged(MouseEvent e) {
    7372                if (iStartSelectionPoint != null) {
     
    9998        }
    10099
     100        public void mouseMoved(MouseEvent e) {
     101                // TODO Auto-generated method stub
     102               
     103        }
     104
    101105}
Note: See TracChangeset for help on using the changeset viewer.