with #520 fixed, cleaning up comments and tests

This commit is contained in:
Charlie Kindel
2022-11-04 11:32:41 -06:00
parent 04af7d2106
commit 812a389082
4 changed files with 2 additions and 11 deletions

View File

@@ -72,7 +72,7 @@ namespace Terminal.Gui.Core {
// BUGBUG: Because of #520, the Toplevel created by Application.Init is not disposed by Shutdown
// So we need to dispose it manually
Application.Top.Dispose ();
//Application.Top.Dispose ();
Application.Shutdown ();