Fixes #786. Workaround for resizing with Init/Shutdown.

This commit is contained in:
BDisp
2020-07-15 19:25:13 +01:00
parent 5d0d924128
commit 874224d9f8
4 changed files with 27 additions and 7 deletions

View File

@@ -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>