mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-26 15:57:56 +01:00
Fixes #3423. v1 - Wizards scenario doesn't refresh after opened by mouse.
This commit is contained in:
@@ -1040,9 +1040,7 @@ namespace Terminal.Gui {
|
||||
if (refreshDriver) {
|
||||
MdiTop?.OnChildLoaded (toplevel);
|
||||
toplevel.OnLoaded ();
|
||||
Redraw (toplevel);
|
||||
toplevel.PositionCursor ();
|
||||
Driver.Refresh ();
|
||||
Refresh ();
|
||||
}
|
||||
|
||||
NotifyNewRunState?.Invoke (rs);
|
||||
|
||||
Reference in New Issue
Block a user