- Timestamp:
- 2019-05-05T17:44:35+02:00 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/actions/mapmode/ImproveWayAccuracyAction.java
r15050 r15052 244 244 */ 245 245 public void paint(Graphics2D g, MapView mv, Bounds bbox) { 246 if (mousePos == null ) {246 if (mousePos == null || candidateNode != null && candidateNode.getDataSet() == null) { 247 247 return; 248 248 }
Note:
See TracChangeset
for help on using the changeset viewer.