Hide window on select
This commit is contained in:
@@ -83,6 +83,7 @@ public partial class IdeWindow : Control
|
|||||||
|
|
||||||
await this.InvokeAsync(() =>
|
await this.InvokeAsync(() =>
|
||||||
{
|
{
|
||||||
|
if (fullscreen is false) _slnPicker.GetParent<Window>().Hide();
|
||||||
_slnPicker.GetParent().RemoveChild(_slnPicker);
|
_slnPicker.GetParent().RemoveChild(_slnPicker);
|
||||||
_slnPicker.QueueFree();
|
_slnPicker.QueueFree();
|
||||||
_slnPicker = null;
|
_slnPicker = null;
|
||||||
|
|||||||
Reference in New Issue
Block a user