diff --git a/Source/Engine/UI/GUI/Control.Bounds.cs.rej b/Source/Engine/UI/GUI/Control.Bounds.cs.rej deleted file mode 100644 index 7a10f79e7..000000000 --- a/Source/Engine/UI/GUI/Control.Bounds.cs.rej +++ /dev/null @@ -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) - {