Changeset 3941 in josm


Ignore:
Timestamp:
Mar 2, 2011 3:09:02 PM (2 years ago)
Author:
bastiK
Message:

#5958 - Renaming layers erratic

File:
1 edited

Legend:

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

    r3882 r3941  
    187187        layerList.addMouseListener(new PopupMenuHandler()); 
    188188        layerList.setBackground(UIManager.getColor("Button.background")); 
     189        layerList.putClientProperty("terminateEditOnFocusLost", true); 
    189190        layerList.setSelectionMode(ListSelectionModel.MULTIPLE_INTERVAL_SELECTION); 
    190191        layerList.setTableHeader(null); 
Note: See TracChangeset for help on using the changeset viewer.