소스 검색

Fixes #827. Application now reset _initialized on Shutdown.

BDisp 5 년 전
부모
커밋
e95ef3bf69
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      Terminal.Gui/Core/Application.cs

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

@@ -506,6 +506,7 @@ namespace Terminal.Gui {
 			MainLoop = null;
 			Driver?.End ();
 			Driver = null;
+			_initialized = false;
 		}
 
 		static void Redraw (View view)