Changeset 9187 in josm for trunk/src/org/openstreetmap
- Timestamp:
- 2015-12-28T10:59:14+01:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/actions/SessionLoadAction.java
r8846 r9187 122 122 for (Layer l : layers) { 123 123 if (canceled) return; 124 Main.main.addLayer(l );124 Main.main.addLayer(l, (ViewportData) null); 125 125 } 126 126 if (active != null) {
Note:
See TracChangeset
for help on using the changeset viewer.