Changeset 6095 in josm for trunk/src/org
- Timestamp:
- 2013-07-31T17:41:08+02:00 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/dialogs/properties/TagEditHelper.java
r6087 r6095 693 693 // add tags and close window on double-click 694 694 if (e.getClickCount()>1) { 695 performTagAdding();696 695 buttonAction(0, null); // emulate OK click and close the dialog 697 696 }
Note:
See TracChangeset
for help on using the changeset viewer.