Changeset 32329 in osm for applications/editors/josm/plugins/turnrestrictions
- Timestamp:
- 2016-06-19T16:08:56+02:00 (9 years ago)
- Location:
- applications/editors/josm/plugins/turnrestrictions
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/turnrestrictions/build.xml
r31926 r32329 4 4 <property name="commit.message" value="Adapt to JOSM core change (DefaultNameFormatter)"/> 5 5 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 6 <property name="plugin.main.version" value=" 8863"/>6 <property name="plugin.main.version" value="10279"/> 7 7 8 8 <!-- Configure these properties (replace "..." accordingly). -
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.