Browse Source

Removed duplciate RequestStop

Tig 10 tháng trước cách đây
mục cha
commit
556a2eb024
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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); }