diff --git a/src/SharpIDE.Godot/IdeWindow.cs b/src/SharpIDE.Godot/IdeWindow.cs index af151ea..65784b5 100644 --- a/src/SharpIDE.Godot/IdeWindow.cs +++ b/src/SharpIDE.Godot/IdeWindow.cs @@ -83,6 +83,7 @@ public partial class IdeWindow : Control await this.InvokeAsync(() => { + if (fullscreen is false) _slnPicker.GetParent().Hide(); _slnPicker.GetParent().RemoveChild(_slnPicker); _slnPicker.QueueFree(); _slnPicker = null;