소스 검색

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 ();
 			}