Fix UI Controls layout auto-resizing to always use pivot-relative logic
#3031
This commit is contained in:
@@ -78,7 +78,7 @@ namespace FlaxEngine.GUI
|
||||
size.Y = top + bottom;
|
||||
if (!ControlChildSize)
|
||||
size.X = maxWidth;
|
||||
Size = size;
|
||||
Resize(ref size);
|
||||
}
|
||||
else if (_alignment != TextAlignment.Near && hasAnyTop)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user