mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-27 23:35:45 +00:00
Fixes issue where nested callOnModules would thrash the queued exec lists from other invokes
Also removes unwanted reference ids from the OptionsMenu gui object and disabled the ability for dynamic fields to be saved on it to prevent it from happening again.
This commit is contained in:
parent
d3832d062e
commit
f204a4c646
2 changed files with 30 additions and 26 deletions
|
|
@ -4,15 +4,7 @@ $guiContent = new GuiControl(OptionsMenu) {
|
|||
profile = "GuiDefaultProfile";
|
||||
tooltipProfile = "GuiToolTipProfile";
|
||||
isContainer = "1";
|
||||
canSaveDynamicFields = "1";
|
||||
currentCategory = "Display";
|
||||
optionsCategories = "17177";
|
||||
pageTabIndex = "0";
|
||||
returnGui = "MainMenuGui";
|
||||
tamlReader = "20088";
|
||||
tile = "0";
|
||||
unappliedChanges = "17178";
|
||||
useVariable = "0";
|
||||
canSaveDynamicFields = "0";
|
||||
|
||||
new GuiControl() {
|
||||
position = "48 56";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue