Merge pull request #958 from skaughtx0r/Fix-GuiTreeView-buildVisibleTree

Fix gui tree view build visible tree
This commit is contained in:
Daniel Buckmaster 2014-11-23 15:52:31 +11:00
commit 4769bba003

View file

@ -1786,6 +1786,8 @@ bool GuiTreeViewCtrl::onWake()
mItemHeight = getMax((S32)mFont->getHeight(), (S32)mProfile->mBitmapArrayRects[0].extent.y); mItemHeight = getMax((S32)mFont->getHeight(), (S32)mProfile->mBitmapArrayRects[0].extent.y);
} }
mFlags.set(RebuildVisible);
return true; return true;
} }