invert preserveBounds back

This commit is contained in:
honzapatCZ
2021-04-07 11:45:12 +02:00
parent 6fba1a4ab9
commit ff4f1277e7
3 changed files with 7 additions and 7 deletions
@@ -319,7 +319,7 @@ namespace FlaxEditor.CustomEditors.Dedicated
{
if (parentValue is Control parentControl)
{
parentControl.SetAnchorPreset((AnchorPresets)value, centerToPosition, setPivot);
parentControl.SetAnchorPreset((AnchorPresets)value, !centerToPosition, setPivot);
editedAny = true;
}
}