Bug 412918 - New Tasks run out of the view;r=philipp

git-svn-id: svn://10.0.0.236/trunk@245697 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
Berend.Cornelius%sun.com 2008-02-14 11:32:03 +00:00
parent 7747f83ee7
commit 77badfb487

View File

@ -261,6 +261,7 @@
this.treebox.rowCountChanged(index, 1);
this.tree.view.selection.select(index);
}
this.treebox.ensureRowIsVisible(this.rowCount - 1);
},
removeItem: function tTV_removeItem(aItem) {