Ignore:
Timestamp:
02.05.2010 18:12:34 (2 years ago)
Author:
bastiK
Message:

autocompletion cleanup - fixes #2729

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/dialogs/relation/GenericRelationEditor.java

    r3210 r3214  
    306306                    public void focusGained(FocusEvent e) { 
    307307                        AutoCompletionList list = tfRole.getAutoCompletionList(); 
     308                        list.clear(); 
    308309                        getLayer().data.getAutoCompletionManager().populateWithMemberRoles(list); 
    309310                    } 
Note: See TracChangeset for help on using the changeset viewer.