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:
@@ -40,7 +40,7 @@ BAbstractLayoutItem::MaxSize()
|
|||||||
BSize
|
BSize
|
||||||
BAbstractLayoutItem::PreferredSize()
|
BAbstractLayoutItem::PreferredSize()
|
||||||
{
|
{
|
||||||
return BLayoutUtils::ComposeSize(fMaxSize, BaseMaxSize());
|
return BLayoutUtils::ComposeSize(fMaxSize, BasePreferredSize());
|
||||||
}
|
}
|
||||||
|
|
||||||
// Alignment
|
// Alignment
|
||||||
|
|||||||
Reference in New Issue
Block a user