Changeset 29611 in osm for applications/editors/josm/plugins/ElevationProfile/src/org
- Timestamp:
- 2013-05-31T21:38:54+02:00 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/ElevationProfile/src/org/openstreetmap/josm/plugins/elevation/ElevationProfilePlugin.java
r28622 r29611 60 60 61 61 if (newFrame != null) { 62 newFrame. toolGroup.add(eleModeButton);62 newFrame.addMapMode(eleModeButton); 63 63 ElevationProfileDialog eleProfileDlg = new ElevationProfileDialog(); 64 64 eleProfileDlg.addModelListener(eleMode); … … 80 80 return currentLayer; 81 81 } 82 83 84 82 }
Note:
See TracChangeset
for help on using the changeset viewer.