Patch by Alex Wilson, part of GSoC 2010 : fix a "typo" in AbstractLayoutItem.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37399 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Adrien Destugues 2010-07-05 09:47:48 +00:00
parent cae7fb3aec
commit 0cf8c36abb

View File

@ -40,7 +40,7 @@ BAbstractLayoutItem::MaxSize()
BSize
BAbstractLayoutItem::PreferredSize()
{
return BLayoutUtils::ComposeSize(fMaxSize, BaseMaxSize());
return BLayoutUtils::ComposeSize(fMaxSize, BasePreferredSize());
}
// Alignment