Skip to content

Commit

Permalink
Merge pull request #3426 from BDisp/v1_wizards-refresh-fix_3423
Browse files Browse the repository at this point in the history
Fixes #3423. v1 - Wizards scenario doesn't refresh after opened by mouse.
  • Loading branch information
tig authored Apr 27, 2024
2 parents e444a5f + cf35c58 commit f8c0caa
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 f8c0caa

Please sign in to comment.