From 6fba1a4ab9ef5b1d144afc4b29317c0179718b33 Mon Sep 17 00:00:00 2001 From: Nejcraft Date: Wed, 7 Apr 2021 11:22:45 +0200 Subject: [PATCH] Delete Control.Bounds.cs.rej --- Source/Engine/UI/GUI/Control.Bounds.cs.rej | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 Source/Engine/UI/GUI/Control.Bounds.cs.rej 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) - {