Changeset 6095 in josm for trunk


Ignore:
Timestamp:
2013-07-31T17:41:08+02:00 (11 years ago)
Author:
akks
Message:

fix #8926: Add Value: Double-clicking on entry produced two changes

File:
1 edited

Legend:

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

    r6087 r6095  
    693693                            // add tags and close window on double-click
    694694                            if (e.getClickCount()>1) {
    695                                 performTagAdding();
    696695                                buttonAction(0, null); // emulate OK click and close the dialog
    697696                            }
Note: See TracChangeset for help on using the changeset viewer.