Changeset 3215 in josm for trunk/src/org/openstreetmap/josm/gui/tagging/ac/AutoCompletingComboBox.java
- Timestamp:
- 03.05.2010 10:52:48 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/tagging/ac/AutoCompletingComboBox.java
r3214 r3215 18 18 import javax.swing.text.JTextComponent; 19 19 import javax.swing.text.PlainDocument; 20 import javax.swing.text.StyleConstants; 20 21 21 22 /** … … 57 58 return; 58 59 if (!autocompleteEnabled) 60 return; 61 // input method for non-latin characters (e.g. scim) 62 if (a != null && a.isDefined(StyleConstants.ComposedTextAttribute)) 59 63 return; 60 64
Note: See TracChangeset
for help on using the changeset viewer.
