Delete Control.Bounds.cs.rej
This commit is contained in:
@@ -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)
|
||||
{
|
||||
Reference in New Issue
Block a user