Changeset 32329 in osm for applications/editors/josm/plugins/turnrestrictions/src/org
- Timestamp:
- 2016-06-19T16:08:56+02:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/turnrestrictions/src/org/openstreetmap/josm/plugins/turnrestrictions/editor/TurnRestrictionEditor.java
r30737 r32329 819 819 public void actionPerformed(ActionEvent e) { 820 820 if (Main.main.getActiveLayer() != getLayer()){ 821 Main. map.mapView.setActiveLayer(getLayer());821 Main.getLayerManager().setActiveLayer(getLayer()); 822 822 } 823 823 Relation tr = getTurnRestriction();
Note:
See TracChangeset
for help on using the changeset viewer.