|
@@ -121,6 +121,8 @@ function GuiEditor::close(%this)
|
|
if(Canvas.getContent() != GuiEditorGui.getId())
|
|
if(Canvas.getContent() != GuiEditorGui.getId())
|
|
return;
|
|
return;
|
|
|
|
|
|
|
|
+ $InGuiEditor = false;
|
|
|
|
+
|
|
GuiGroup.add(GuiEditorGui);
|
|
GuiGroup.add(GuiEditorGui);
|
|
|
|
|
|
Canvas.setContent(GuiEditor.lastContent);
|
|
Canvas.setContent(GuiEditor.lastContent);
|