2
0
BDisp 5 жил өмнө
parent
commit
a62ce82cc7

+ 2 - 2
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 ();
 		}
 
 		/// <summary>