Delete Control.Bounds.cs.rej

This commit is contained in:
Nejcraft
2021-04-07 11:22:45 +02:00
committed by GitHub
parent f24cb34e3f
commit 6fba1a4ab9

View File

@@ -1,17 +0,0 @@
diff a/Source/Engine/UI/GUI/Control.Bounds.cs b/Source/Engine/UI/GUI/Control.Bounds.cs (rejected hunks)
@@ -485,13 +485,13 @@
_anchorMin = anchorMin;
_anchorMax = anchorMax;
- if (preserveBounds)
+ if (!centerToPosition)
{
UpdateBounds();
Bounds = bounds;
}
}
- if (!preserveBounds)
+ if (centerToPosition)
{
if (_parent != null)
{