浏览代码

Undid change to Application.cs

Tigger Kindel 2 年之前
父节点
当前提交
72e43bad73
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      Terminal.Gui/Core/Application.cs

+ 0 - 1
Terminal.Gui/Core/Application.cs

@@ -1103,7 +1103,6 @@ namespace Terminal.Gui {
 			// Init created. Apps that do any threading will need to code defensively for this.
 			// e.g. see Issue #537
 			foreach (var t in toplevels) {
-				
 				t.Running = false;
 				t.Dispose ();
 			}