mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-13 15:44:36 +00:00
Reworks the open/close functions of the gui and world editors so they will properly toggle between and clean up when closed.
This commit is contained in:
parent
0aea1d5c33
commit
f8b650f7a1
16 changed files with 238 additions and 142 deletions
|
|
@ -86,7 +86,7 @@
|
|||
minExtent = "8 8";
|
||||
canSave = "1";
|
||||
visible = "1";
|
||||
command = "GuiEditor.switchToWorldEditor();";
|
||||
command = "toggleEditor(1);";
|
||||
tooltipProfile = "ToolsGuiToolTipProfile";
|
||||
ToolTip = "World Editor";
|
||||
hovertime = "1000";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue