Changeset 4092 in josm


Ignore:
Timestamp:
May 22, 2011 9:11:27 AM (2 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.