Fix updating UI layout after changing control order
This commit is contained in:
@@ -262,6 +262,8 @@ namespace FlaxEngine.GUI
|
||||
// Change order
|
||||
_children.Insert(newIndex, child);
|
||||
}
|
||||
|
||||
PerformLayout();
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user