mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-09 07:20:40 +00:00
Merge pull request #958 from skaughtx0r/Fix-GuiTreeView-buildVisibleTree
Fix gui tree view build visible tree
This commit is contained in:
commit
4769bba003
1 changed files with 2 additions and 0 deletions
|
|
@ -1785,6 +1785,8 @@ bool GuiTreeViewCtrl::onWake()
|
|||
// make sure it's big enough for both bitmap AND font...
|
||||
mItemHeight = getMax((S32)mFont->getHeight(), (S32)mProfile->mBitmapArrayRects[0].extent.y);
|
||||
}
|
||||
|
||||
mFlags.set(RebuildVisible);
|
||||
|
||||
return true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue