mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2026-01-01 16:59:35 +01:00
tryig to fix unit test fail that only happens in macos
This commit is contained in:
@@ -71,7 +71,7 @@ public static partial class Application // Initialization (Init/Shutdown)
|
||||
if (!calledViaRunT)
|
||||
{
|
||||
// Reset all class variables (Application is a singleton).
|
||||
ResetState ();
|
||||
ResetState (ignoreDisposed: true);
|
||||
}
|
||||
|
||||
Navigation = new ();
|
||||
|
||||
Reference in New Issue
Block a user