Changeset 1443 in josm for trunk/src/org/openstreetmap
- Timestamp:
- 2009-02-25T09:37:21+01:00 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/actions/mapmode/DrawAction.java
r1438 r1443 664 664 updateStatusLine(); 665 665 666 if ( !drawHelperLine || wayIsFinished) return;666 if ((!drawHelperLine || wayIsFinished) && !drawTargetHighlight) return; 667 667 Main.map.mapView.repaint(); 668 668 } … … 791 791 792 792 public void paint(Graphics g, MapView mv) { 793 if (!drawHelperLine && !drawTargetHighlight) return;793 if (!drawHelperLine) return; 794 794 795 795 // sanity checks
Note:
See TracChangeset
for help on using the changeset viewer.