Ignore:
Timestamp:
2009-01-24T22:23:50+01:00 (15 years ago)
Author:
stoecker
Message:

close #2058, #2063

File:
1 edited

Legend:

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

    r1306 r1331  
    278278            }
    279279        });
    280         ListSelectionModel lsm2 = propertyTable.getSelectionModel();
    281         lsm2.addListSelectionListener(new ListSelectionListener() {
    282             public void valueChanged(ListSelectionEvent e) {
    283                 Main.ds.setSelected(RelationEditor.this.relation);
    284             }
    285         });
    286280        propertyTable.putClientProperty("terminateEditOnFocusLost", Boolean.TRUE);
    287281
Note: See TracChangeset for help on using the changeset viewer.