Ignore:
Timestamp:
2016-08-12T21:08:00+02:00 (8 years ago)
Author:
simon04
Message:

see #13319 - Use InputMapUtils where applicable (VK_ESCAPE)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/conflict/tags/PasteTagsConflictResolverDialog.java

    r10737 r10791  
    4141import org.openstreetmap.josm.gui.util.GuiHelper;
    4242import org.openstreetmap.josm.tools.ImageProvider;
     43import org.openstreetmap.josm.tools.InputMapUtils;
    4344import org.openstreetmap.josm.tools.WindowGeometry;
    4445
     
    104105        gc.weighty = 0.0;
    105106        getContentPane().add(buildButtonPanel(), gc);
     107        InputMapUtils.addEscapeAction(getRootPane(), new CancelAction());
     108
    106109    }
    107110
Note: See TracChangeset for help on using the changeset viewer.