diff --git a/Terminal.Gui/Core/View.cs b/Terminal.Gui/Core/View.cs index 24a2ca606..d6a14e6b7 100644 --- a/Terminal.Gui/Core/View.cs +++ b/Terminal.Gui/Core/View.cs @@ -666,11 +666,11 @@ namespace Terminal.Gui { CanFocus = true; view.tabIndex = tabIndexes.IndexOf (view); } + SetNeedsLayout (); + SetNeedsDisplay (); if (IsInitialized) { view.BeginInit (); } - SetNeedsLayout (); - SetNeedsDisplay (); } ///