Fixes #3423. v1 - Wizards scenario doesn't refresh after opened by mouse.

This commit is contained in:
BDisp
2024-04-21 23:50:09 +01:00
parent e444a5fd61
commit cf35c58a0f

View File

@@ -1040,9 +1040,7 @@ namespace Terminal.Gui {
if (refreshDriver) {
MdiTop?.OnChildLoaded (toplevel);
toplevel.OnLoaded ();
Redraw (toplevel);
toplevel.PositionCursor ();
Driver.Refresh ();
Refresh ();
}
NotifyNewRunState?.Invoke (rs);