Changeset 4092 in josm for trunk


Ignore:
Timestamp:
2011-05-22T09:11:27+02:00 (13 years ago)
Author:
bastiK
Message:

applied #6316 (patch by Hojoe) - tabbing through taglist in relations editor changes values

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/tagging/TagCellEditor.java

    r3210 r4092  
    9494        currentTag = (TagModel) value;
    9595
     96        // no autocompletion for initial editor#setText()
     97        if(autoCompletionList != null) {
     98            autoCompletionList.clear();
     99        }
    96100        if (column == 0) {
    97101            editor.setText(currentTag.getName());
Note: See TracChangeset for help on using the changeset viewer.