Fix updating UI layout after changing control order

This commit is contained in:
Wojtek Figat
2021-03-16 23:38:56 +01:00
parent 1262243af9
commit 878fee505f

View File

@@ -262,6 +262,8 @@ namespace FlaxEngine.GUI
// Change order
_children.Insert(newIndex, child);
}
PerformLayout();
}
/// <summary>