Changeset 29525 in osm for applications/editors/josm/plugins/junctionchecking/src
- Timestamp:
- 2013-04-21T15:15:09+02:00 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/junctionchecking/src/org/openstreetmap/josm/plugins/JunctionChecker/DigraphCreationTask.java
r25501 r29525 55 55 protected void finish() { 56 56 if (canceled) { 57 Main.ma p.mapView.removeLayer(plugin.getChannelDigraphLayer());57 Main.main.removeLayer(plugin.getChannelDigraphLayer()); 58 58 return; 59 59 }
Note:
See TracChangeset
for help on using the changeset viewer.