kill the selection when changing collections in the list view

This commit is contained in:
Myk Melez 2008-07-29 23:26:21 -07:00
Родитель b7e5664083
Коммит 8eaf8fa80c
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -253,6 +253,7 @@ this._log.info("get rowCount: " + this._collection.messages.length);
// Since the number of rows might have changed, we rebuild the view
// by reinitializing it instead of merely invalidating the box object
// (which wouldn't accommodate changes to the number of rows).
this._tree.view.selection = null;
this._tree.view = this;
},