Changeset 27551 in osm for applications/editors/josm/plugins/CommandLine/src
- Timestamp:
- 2012-01-22T12:29:02+01:00 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/CommandLine/src/CommandLine/AnyAction.java
r25052 r27551 130 130 if (!Main.isDisplayingMapView()) 131 131 return; 132 nearestPrimitive = Main.map.mapView.getNearest(mousePos, OsmPrimitive.isUsablePredicate ); // Deprecated132 nearestPrimitive = Main.map.mapView.getNearestNodeOrWay(mousePos, OsmPrimitive.isUsablePredicate, false); 133 133 if (nearestPrimitive != null) { 134 134 setCursor(cursorActive);
Note:
See TracChangeset
for help on using the changeset viewer.