Changeset 30938 in osm for applications
- Timestamp:
- 2015-02-03T22:12:21+01:00 (10 years ago)
- Location:
- applications/editors/josm/plugins/turnrestrictions
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/turnrestrictions/build.xml
r30550 r30938 4 4 <property name="commit.message" value="Adapt to JOSM core change (DefaultNameFormatter)"/> 5 5 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 6 <property name="plugin.main.version" value=" 7128"/>6 <property name="plugin.main.version" value="8005"/> 7 7 8 8 <!-- Configure these properties (replace "..." accordingly). -
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.