Changeset 6353 in josm for trunk/src/org/openstreetmap


Ignore:
Timestamp:
2013-11-02T13:43:04+01:00 (10 years ago)
Author:
Don-vip
Message:

fix #9251 - Search button disabled - regression from r6336

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/dialogs/SelectionListDialog.java

    r6336 r6353  
    7777/**
    7878 * A small tool dialog for displaying the current selection.
    79  *
     79 * @since 8
    8080 */
    8181public class SelectionListDialog extends ToggleDialog  {
     
    286286
    287287        public void updateEnabledState() {
    288             setEnabled(Main.main != null && !Main.main.hasEditLayer());
     288            setEnabled(Main.main != null && Main.main.hasEditLayer());
    289289        }
    290290
Note: See TracChangeset for help on using the changeset viewer.