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

View File

@@ -193,7 +193,7 @@ namespace FlaxEngine.GUI
}
return result;
}
set => SetAnchorPreset(value, true, false);
set => SetAnchorPreset(value, false);
}
/// <summary>