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:
parent
8c2647695a
commit
d2bb3c4350
@ -123,6 +123,7 @@ private:
|
||||
info->weight = 1;
|
||||
info->minSize = 0;
|
||||
info->maxSize = B_SIZE_UNLIMITED;
|
||||
fInfos.AddItem(info);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user