mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-21 23:53:51 +00:00
Update of Particle Editor to standardize it up and utilize inspectors rather than adhoc guis
This commit is contained in:
parent
1f5a4267ac
commit
12ebebff46
31 changed files with 5091 additions and 6095 deletions
|
|
@ -387,3 +387,8 @@ void GuiStackControl::childResized(GuiControl *child)
|
|||
{
|
||||
updatePanes();
|
||||
}
|
||||
|
||||
void GuiStackControl::setPadding(const U32& padding)
|
||||
{
|
||||
mPadding = padding;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue