Changeset 6353 in josm for trunk/src/org
- Timestamp:
- 2013-11-02T13:43:04+01:00 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/dialogs/SelectionListDialog.java
r6336 r6353 77 77 /** 78 78 * A small tool dialog for displaying the current selection. 79 * 79 * @since 8 80 80 */ 81 81 public class SelectionListDialog extends ToggleDialog { … … 286 286 287 287 public void updateEnabledState() { 288 setEnabled(Main.main != null && !Main.main.hasEditLayer());288 setEnabled(Main.main != null && Main.main.hasEditLayer()); 289 289 } 290 290
Note:
See TracChangeset
for help on using the changeset viewer.