Changeset 4092 in josm
- Timestamp:
- 2011-05-22T09:11:27+02:00 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/tagging/TagCellEditor.java
r3210 r4092 94 94 currentTag = (TagModel) value; 95 95 96 // no autocompletion for initial editor#setText() 97 if(autoCompletionList != null) { 98 autoCompletionList.clear(); 99 } 96 100 if (column == 0) { 97 101 editor.setText(currentTag.getName());
Note:
See TracChangeset
for help on using the changeset viewer.