Changeset 3028 in josm


Ignore:
Timestamp:
20.02.2010 17:19:00 (2 years ago)
Author:
Gubaer
Message:

fixed #4484: Tagging preset file does not save if not deselected

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/preferences/StyleSourceEditor.java

    r2655 r3028  
    8989        DefaultListSelectionModel selectionModel = new DefaultListSelectionModel(); 
    9090        tblActiveStyles = new JTable(activeStylesModel = new ActiveStylesModel(selectionModel)); 
     91        tblActiveStyles.putClientProperty("terminateEditOnFocusLost", true); 
    9192        tblActiveStyles.setSelectionModel(selectionModel); 
    9293        tblActiveStyles.setSelectionMode(ListSelectionModel.MULTIPLE_INTERVAL_SELECTION); 
     
    961962        } 
    962963    } 
     964 
    963965} 
Note: See TracChangeset for help on using the changeset viewer.