mirror of https://github.com/axmolengine/axmol.git
Fix
This commit is contained in:
parent
9fab1e7702
commit
214684b3be
|
@ -673,7 +673,7 @@ namespace ui {
|
|||
page->forceDoLayout();
|
||||
|
||||
Vector<Layout*> _layoutVector = page->getPages();
|
||||
for each (auto item in _layoutVector)
|
||||
for(auto& item : _layoutVector)
|
||||
{
|
||||
ui::Helper::doLayout(item);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue