Changeset 2869 in josm for trunk/src/org/openstreetmap/josm/gui/dialogs/SelectionListDialog.java
- Timestamp:
- 17.01.2010 11:56:07 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/dialogs/SelectionListDialog.java
r2710 r2869 159 159 } 160 160 161 MapView.addEditLayerChangeListener(this);162 }163 164 @Override165 public void tearDown() {166 MapView.removeEditLayerChangeListener(this);167 161 } 168 162 … … 170 164 public void showNotify() { 171 165 DataSet.selListeners.add(this); 166 MapView.addEditLayerChangeListener(this); 172 167 updateSelection(); 173 168 } … … 176 171 public void hideNotify() { 177 172 DataSet.selListeners.remove(this); 173 MapView.removeEditLayerChangeListener(this); 178 174 } 179 175
Note: See TracChangeset
for help on using the changeset viewer.
