Moved to the end.

This commit is contained in:
BDisp
2020-07-10 19:27:28 +01:00
parent 315b93726c
commit a62ce82cc7

View File

@@ -666,11 +666,11 @@ namespace Terminal.Gui {
CanFocus = true;
view.tabIndex = tabIndexes.IndexOf (view);
}
SetNeedsLayout ();
SetNeedsDisplay ();
if (IsInitialized) {
view.BeginInit ();
}
SetNeedsLayout ();
SetNeedsDisplay ();
}
/// <summary>