Browse Source

Removed duplciate RequestStop

Tig 10 months ago
parent
commit
556a2eb024
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Terminal.Gui/Views/Toplevel.cs

+ 1 - 1
Terminal.Gui/Views/Toplevel.cs

@@ -192,7 +192,7 @@ public partial class Toplevel : View
     ///     exit.
     /// </summary>
     /// <param name="top">The Toplevel to request stop.</param>
-    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); }