Fix for bug 199520. "file bookmark" window not painting all of the bookmark tree

r=neil, sr=jag
This commit is contained in:
varga%netscape.com 2003-04-18 14:52:44 +00:00
Родитель 22558e9d8a
Коммит 891896a42f
1 изменённых файлов: 0 добавлений и 1 удалений

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

@ -453,7 +453,6 @@ nsTreeBodyFrame::GetMinSize(nsBoxLayoutState& aBoxLayoutState, nsSize& aSize)
if (!rows.IsEmpty()) {
PRInt32 err;
desiredRows = rows.ToInteger(&err);
mHasFixedRowCount = PR_TRUE;
mPageCount = desiredRows;
}
else {