Changeset 30938 in osm for applications/editors/josm/plugins/turnrestrictions/src/org
- Timestamp:
- 2015-02-03T22:12:21+01:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/turnrestrictions/src/org/openstreetmap/josm/plugins/turnrestrictions/editor/MemberRoleCellEditor.java
r30110 r30938 29 29 */ 30 30 public MemberRoleCellEditor() { 31 editor = new AutoCompletingTextField( );31 editor = new AutoCompletingTextField(0, false); 32 32 autoCompletionList = new AutoCompletionList(); 33 33 editor.setAutoCompletionList(autoCompletionList);
Note:
See TracChangeset
for help on using the changeset viewer.