Changeset 29525 in osm for applications/editors/josm/plugins/mapdust/src/org
- Timestamp:
- 2013-04-21T15:15:09+02:00 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/mapdust/src/org/openstreetmap/josm/plugins/mapdust/MapdustPlugin.java
r28630 r29525 452 452 MapdustPluginState.ONLINE.getValue()); 453 453 NavigatableComponent.removeZoomChangeListener(this); 454 Main.ma p.mapView.removeLayer(layer);454 Main.main.removeLayer(layer); 455 455 if (mapdustGUI != null) { 456 456 Main.map.remove(mapdustGUI);
Note:
See TracChangeset
for help on using the changeset viewer.