Changeset 741 in josm for trunk/src/org/openstreetmap
- Timestamp:
- 2008-07-30T08:24:37+02:00 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/tools/AutoCompleteComboBox.java
r739 r741 39 39 if(selecting || (offs == 0 && str.equals(getText(0, getLength())))) 40 40 return; 41 boolean initial = (offs == 0 && getLength() == 0 );41 boolean initial = (offs == 0 && getLength() == 0 && str.length() > 1); 42 42 super.insertString(offs, str, a); 43 43
Note:
See TracChangeset
for help on using the changeset viewer.