зеркало из https://github.com/mozilla/pjs.git
Bug 727901 - Fixed gImageView.data[row] is undefined when sorting. r=dao
This commit is contained in:
Родитель
1f5ea40c20
Коммит
d85e772fe4
|
@ -100,7 +100,7 @@ var gTreeUtils = {
|
|||
if (!ascending)
|
||||
aDataSet.reverse();
|
||||
|
||||
aTree.view.selection.select(-1);
|
||||
aTree.view.selection.clearSelection();
|
||||
aTree.view.selection.select(0);
|
||||
aTree.treeBoxObject.invalidate();
|
||||
aTree.treeBoxObject.ensureRowIsVisible(0);
|
||||
|
|
Загрузка…
Ссылка в новой задаче