mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-26 15:57:56 +01:00
Fixes #786. Workaround for resizing with Init/Shutdown.
This commit is contained in:
@@ -198,7 +198,7 @@ namespace UICatalog {
|
||||
public virtual void Run ()
|
||||
{
|
||||
// This method already performs a later automatic shutdown.
|
||||
Application.Run (Top, false);
|
||||
Application.Run (Top);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user