diff --git a/Source/Engine/UI/GUI/Control.Bounds.cs b/Source/Engine/UI/GUI/Control.Bounds.cs index 06bd0499d..e4e2eafcc 100644 --- a/Source/Engine/UI/GUI/Control.Bounds.cs +++ b/Source/Engine/UI/GUI/Control.Bounds.cs @@ -558,6 +558,7 @@ namespace FlaxEngine.GUI } SetBounds(ref bounds); } + _parent?.PerformLayout(); return; } }