Changeset 32329 in osm for applications/editors/josm/plugins/NanoLog/src/nanolog/NanoLogLayer.java
- Timestamp:
- 2016-06-19T16:08:56+02:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/NanoLog/src/nanolog/NanoLogLayer.java
r31981 r32329 298 298 public void mousePressed( MouseEvent e ) { 299 299 int nearest = nearestEntry(e); 300 if( nearest > 0 && Main. map.mapView.getActiveLayer() == NanoLogLayer.this ) {300 if( nearest > 0 && Main.getLayerManager().getActiveLayer() == NanoLogLayer.this ) { 301 301 dragging = nearest; 302 302 doDrag(e);
Note:
See TracChangeset
for help on using the changeset viewer.
