Changeset 29918 in osm for applications/editors/josm/plugins
- Timestamp:
- 2013-09-05T09:17:59+02:00 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/smed/src/smed/SmedAction.java
r29903 r29918 32 32 private boolean isOpen = false; 33 33 public static PanelMain panelMain = null; 34 public DataSet data = null;35 34 36 35 public OsmPrimitive node = null; … … 82 81 editFrame.setVisible(false); 83 82 editFrame.dispose(); 84 data = null;85 83 } 86 84 isOpen = false;
Note:
See TracChangeset
for help on using the changeset viewer.