From 556a2eb02497e57986ac42a74dd776bee2747b82 Mon Sep 17 00:00:00 2001 From: Tig Date: Wed, 18 Sep 2024 12:30:38 -0600 Subject: [PATCH] Removed duplciate RequestStop --- Terminal.Gui/Views/Toplevel.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Terminal.Gui/Views/Toplevel.cs b/Terminal.Gui/Views/Toplevel.cs index 6fe793141..aab3b6b9d 100644 --- a/Terminal.Gui/Views/Toplevel.cs +++ b/Terminal.Gui/Views/Toplevel.cs @@ -192,7 +192,7 @@ public partial class Toplevel : View /// exit. /// /// The Toplevel to request stop. - public virtual void RequestStop (Toplevel top) { top.RequestStop (); } + //public virtual void RequestStop (Toplevel top) { top.RequestStop (); } internal virtual void OnAllChildClosed () { AllChildClosed?.Invoke (this, EventArgs.Empty); }