Ignore:
Timestamp:
2007-06-07T20:03:48+02:00 (18 years ago)
Author:
imi
Message:

fixed preselecting of values, when choosing a key in the combobox

File:
1 edited

Legend:

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

    r248 r251  
    211211                                        Vector<String> newValues = new Vector<String>(allData.get(key));
    212212                                        values.setModel(new DefaultComboBoxModel(newValues));
     213                                        values.getEditor().selectAll();
    213214                                }
    214215            }
Note: See TracChangeset for help on using the changeset viewer.