Changeset 26419 in osm for applications
- Timestamp:
- 2011-07-29T12:40:36+02:00 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/ElevationProfile/src/org/openstreetmap/josm/plugins/elevation/gui/ElevationProfileDialog.java
r26034 r26419 421 421 if (layerMap.size() == 0) { 422 422 setModel(null); 423 profileLayer.setProfile(null); 423 if (profileLayer != null) { 424 profileLayer.setProfile(null); 425 } 424 426 } 425 427 }
Note:
See TracChangeset
for help on using the changeset viewer.