Changeset 4646 in josm


Ignore:
Timestamp:
Dec 10, 2011 11:09:51 AM (18 months ago)
Author:
jttt
Message:

Fix #5958 Renaming layers erratic

File:
1 edited

Legend:

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

    r4604 r4646  
    178178        layerList.setBackground(UIManager.getColor("Button.background")); 
    179179        layerList.putClientProperty("terminateEditOnFocusLost", true); 
     180        layerList.putClientProperty("JTable.autoStartsEdit", false); 
    180181        layerList.setSelectionMode(ListSelectionModel.MULTIPLE_INTERVAL_SELECTION); 
    181182        layerList.setTableHeader(null); 
Note: See TracChangeset for help on using the changeset viewer.