Merge pull request #10073 from liamcindy/Widget_2.4

the ui widget need to refresh size by ignore state
This commit is contained in:
minggo 2015-01-20 11:23:23 +08:00
commit a3046730d7
1 changed files with 0 additions and 4 deletions

View File

@ -465,10 +465,6 @@ void Widget::ignoreContentAdaptWithSize(bool ignore)
this->setContentSize(_customSize);
return;
}
if (_ignoreSize == ignore)
{
return;
}
_ignoreSize = ignore;
if (_ignoreSize)
{