Changeset 14854 in josm for trunk


Ignore:
Timestamp:
2019-03-09T09:32:07+01:00 (5 years ago)
Author:
GerdP
Message:

see #17342: call updateEnabledState() for Lookup Button also when the data was changed

File:
1 edited

Legend:

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

    r14849 r14854  
    216216        }
    217217
    218         public void updateEnabledState() {
     218        void updateEnabledState() {
    219219            boolean found = false;
    220220            for (TestError e : tree.getErrors()) {
     
    691691    public void processDatasetEvent(AbstractDatasetChangedEvent event) {
    692692        validateAction.updateEnabledState();
     693        lookupAction.updateEnabledState();
    693694    }
    694695
Note: See TracChangeset for help on using the changeset viewer.