Ignore:
Timestamp:
2013-10-12T12:50:40+02:00 (13 years ago)
Author:
malcolmh
Message:

save

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/smed2/src/smed2/Smed2Action.java

    r30013 r30020  
    182182                                        if (nextFeature.compareTo(feature) != 0) {
    183183                                                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);
    187187                                        }
    188188                                } else {
Note: See TracChangeset for help on using the changeset viewer.