closed #5183, done

This commit is contained in:
andyque 2014-05-20 10:24:22 +08:00
parent 432f688a67
commit 993b735392
1 changed files with 1 additions and 1 deletions

View File

@ -235,7 +235,7 @@ void Widget::updateSizeAndPosition()
Size pSize;
if (widgetParent)
{
pSize = widgetParent->getSize();
pSize = widgetParent->getLayoutSize();
}
else
{