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