Changeset 24019 in osm for applications/editors/josm/plugins/pdfimport
- Timestamp:
- 2010-11-02T16:50:40+01:00 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/pdfimport/src/pdfimport/LoadPdfDialog.java
r23991 r24019 509 509 if (this.layer != null) { 510 510 Main.main.removeLayer(this.layer); 511 this.layer.data.clear(); //saves memory 511 512 this.layer = null; 512 513 }
Note:
See TracChangeset
for help on using the changeset viewer.