Changeset 28814 in osm for applications/editors/josm
- Timestamp:
- 2012-10-15T23:10:55+02:00 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/reltoolbox/src/relcontext/ChosenRelation.java
r28693 r28814 104 104 if( newLayer != null && oldLayer == null ) { 105 105 Main.map.mapView.addTemporaryLayer(this); 106 } else if( oldLayer != null ) {106 } else if( newLayer == null ) { 107 107 Main.map.mapView.removeTemporaryLayer(this); 108 108 }
Note:
See TracChangeset
for help on using the changeset viewer.