Skip to content

Commit

Permalink
Revert basewindow change (#5664)
Browse files Browse the repository at this point in the history
  • Loading branch information
metalgearsloth authored Feb 8, 2025
1 parent d2aa8ec commit 51971d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Robust.Client/UserInterface/CustomControls/BaseWindow.cs
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ public virtual void Close()
return;
}

OnClose?.Invoke();
Parent.RemoveChild(this);
OnClose?.Invoke();
}

protected internal override void KeyBindDown(GUIBoundKeyEventArgs args)
Expand Down

0 comments on commit 51971d0

Please sign in to comment.