Fix UI not being updated with particular panels used when changing child control anchors

#385
This commit is contained in:
Wojtek Figat
2021-03-25 21:27:42 +01:00
parent 5c495b987b
commit d3bdc3cf8b

View File

@@ -558,6 +558,7 @@ namespace FlaxEngine.GUI
}
SetBounds(ref bounds);
}
_parent?.PerformLayout();
return;
}
}