Skip to content

Commit

Permalink
Fixes #3423. v1 - Wizards scenario doesn't refresh after opened by mo…
Browse files Browse the repository at this point in the history
…use.
  • Loading branch information
BDisp committed Apr 21, 2024
1 parent e444a5f commit cf35c58
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Terminal.Gui/Core/Application.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1040,9 +1040,7 @@ public static RunState Begin (Toplevel toplevel)
if (refreshDriver) {
MdiTop?.OnChildLoaded (toplevel);
toplevel.OnLoaded ();
Redraw (toplevel);
toplevel.PositionCursor ();
Driver.Refresh ();
Refresh ();
}

NotifyNewRunState?.Invoke (rs);
Expand Down

0 comments on commit cf35c58

Please sign in to comment.