2
0
Эх сурвалжийг харах

Merge pull request #828 from BDisp/reset-initialized

Fixes #827. Application now reset _initialized on Shutdown.
Charlie Kindel 5 жил өмнө
parent
commit
3c8107f615

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

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