diff --git a/src/org/openstreetmap/josm/actions/mapmode/ParallelWayAction.java b/src/org/openstreetmap/josm/actions/mapmode/ParallelWayAction.java
index 96ed096..9ba8be6 100644
|
a
|
b
|
public class ParallelWayAction extends MapMode implements AWTEventListener, MapV
|
| 156 | 156 | for (Way w : sourceWays) { |
| 157 | 157 | w.setHighlighted(true); |
| 158 | 158 | } |
| | 159 | mv.repaint(); |
| 159 | 160 | } |
| 160 | 161 | |
| 161 | 162 | @Override |
| … |
… |
public class ParallelWayAction extends MapMode implements AWTEventListener, MapV
|
| 174 | 175 | pWays = null; |
| 175 | 176 | sourceWays = null; |
| 176 | 177 | referenceSegment = null; |
| | 178 | mv.repaint(); |
| 177 | 179 | } |
| 178 | 180 | |
| 179 | 181 | @Override |