Changeset 30020 in osm for applications/editors/josm/plugins/smed2/src/smed2/Smed2Action.java
- Timestamp:
- 2013-10-12T12:50:40+02:00 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/smed2/src/smed2/Smed2Action.java
r30013 r30020 182 182 if (nextFeature.compareTo(feature) != 0) { 183 183 feature = nextFeature; 184 panelMain.parseMark(map.index.get(feature.getUniqueId())); 185 showFrame.setVisible(true); 186 showFrame.showFeature(feature, map); 184 // panelMain.parseMark(map.index.get(feature.getUniqueId())); 185 // showFrame.setVisible(true); 186 // showFrame.showFeature(feature, map); 187 187 } 188 188 } else {
Note:
See TracChangeset
for help on using the changeset viewer.
