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


Ignore:
Timestamp:
2014-09-22T00:07:34+02:00 (10 years ago)
Author:
Don-vip
Message:

fix #10541 - unexpected behavior of escape key in validator ignore dialog

File:
1 edited

Legend:

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

    r7047 r7576  
    271271                    }
    272272                    continue;
    273                 } else if (asked == JOptionPane.CANCEL_OPTION) {
     273                } else if (asked == JOptionPane.CANCEL_OPTION || asked == JOptionPane.CLOSED_OPTION) {
    274274                    continue;
    275275                }
Note: See TracChangeset for help on using the changeset viewer.