mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-07 06:20:40 +00:00
Merge pull request #567 from Ragora/bugfix-guieditor-mission-editor
* BugFix: Correct an error where the GUI editor cannot be opened
This commit is contained in:
commit
465b1815d7
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