Changeset 15063 in josm for trunk/src/org
- Timestamp:
- 2019-05-09T10:03:06+02:00 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/actions/mapmode/ImproveWayAccuracyAction.java
r15052 r15063 244 244 */ 245 245 public void paint(Graphics2D g, MapView mv, Bounds bbox) { 246 if (mousePos == null || candidateNode != null && candidateNode.getDataSet() == 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.