mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-06 22:10:36 +00:00
* BugFix: Correct an error where the GUI editor cannot be opened when going from GUI editor to mission editor (or any other editor).
This commit is contained in:
parent
6487e2eede
commit
f6f204a13a
1 changed files with 2 additions and 0 deletions
|
|
@ -121,6 +121,8 @@ function GuiEditor::close(%this)
|
|||
if(Canvas.getContent() != GuiEditorGui.getId())
|
||||
return;
|
||||
|
||||
$InGuiEditor = false;
|
||||
|
||||
GuiGroup.add(GuiEditorGui);
|
||||
|
||||
Canvas.setContent(GuiEditor.lastContent);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue