The new row/column info items were not added, so that setting column or row

properties (like the weight or min/max) would be ignored, besides memory
being leaked.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@22336 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold 2007-09-28 00:20:51 +00:00
parent 8c2647695a
commit d2bb3c4350
1 changed files with 1 additions and 0 deletions

View File

@ -123,6 +123,7 @@ private:
info->weight = 1;
info->minSize = 0;
info->maxSize = B_SIZE_UNLIMITED;
fInfos.AddItem(info);
}
}