mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-12 15:14:35 +00:00
Merge branch 'alpha40_HiddenHugs' of https://github.com/Azaezel/Torque3D into Preview4_0_w_alph40_cleanups
This commit is contained in:
commit
2c2c9659e1
5 changed files with 11 additions and 4 deletions
|
|
@ -489,4 +489,10 @@ function foCollaps (%this, %tab){
|
|||
case "container2":
|
||||
%tab.visible = "0";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
function simGroup::onInspectPostApply(%this)
|
||||
{
|
||||
%this.callOnChildren("setHidden",%this.hidden);
|
||||
%this.callOnChildren("setLocked",%this.locked);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue