Changeset 4646 in josm for trunk


Ignore:
Timestamp:
2011-12-10T11:09:51+01:00 (13 years 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.