Changeset 30034 in osm for applications/editors/josm/plugins/turnrestrictions/src/org/openstreetmap
- Timestamp:
- 2013-10-29T01:12:33+01:00 (11 years ago)
- Location:
- applications/editors/josm/plugins/turnrestrictions/src/org/openstreetmap/josm/plugins/turnrestrictions/list
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/turnrestrictions/src/org/openstreetmap/josm/plugins/turnrestrictions/list/TurnRestrictionCellRenderer.java
r29854 r30034 28 28 import org.openstreetmap.josm.data.osm.Way; 29 29 import org.openstreetmap.josm.gui.DefaultNameFormatter; 30 import org.openstreetmap.josm.gui.JMultilineLabel; 30 import org.openstreetmap.josm.gui.widgets.JMultilineLabel; 31 31 import org.openstreetmap.josm.plugins.turnrestrictions.preferences.PreferenceKeys; 32 32 import org.openstreetmap.josm.tools.ImageProvider; -
applications/editors/josm/plugins/turnrestrictions/src/org/openstreetmap/josm/plugins/turnrestrictions/list/TurnRestrictionsListDialog.java
r29854 r30034 316 316 317 317 public void updateEnabledState() { 318 setEnabled(Main.main != null && Main.main. getEditLayer()!= null);318 setEnabled(Main.main != null && Main.main.hasEditLayer()); 319 319 } 320 320
Note:
See TracChangeset
for help on using the changeset viewer.