Sfoglia il codice sorgente

Fixes #827. Application now reset _initialized on Shutdown.

BDisp 5 anni fa
parent
commit
e95ef3bf69
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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)