diff --git a/Terminal.Gui/Core/Application.cs b/Terminal.Gui/Core/Application.cs index a7ed8cdce..52343079b 100644 --- a/Terminal.Gui/Core/Application.cs +++ b/Terminal.Gui/Core/Application.cs @@ -1040,9 +1040,7 @@ namespace Terminal.Gui { if (refreshDriver) { MdiTop?.OnChildLoaded (toplevel); toplevel.OnLoaded (); - Redraw (toplevel); - toplevel.PositionCursor (); - Driver.Refresh (); + Refresh (); } NotifyNewRunState?.Invoke (rs);