From 772af752d2a6e8a9456de14664df21a7152daa76 Mon Sep 17 00:00:00 2001 From: Wojtek Figat Date: Wed, 7 Apr 2021 11:10:51 +0200 Subject: [PATCH] Fix regression from dff1374378012b89d6ae2eae04d43dcbbea4c767 --- Source/Engine/UI/GUI/Control.Bounds.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Engine/UI/GUI/Control.Bounds.cs b/Source/Engine/UI/GUI/Control.Bounds.cs index 0fdad2fd5..91f377c91 100644 --- a/Source/Engine/UI/GUI/Control.Bounds.cs +++ b/Source/Engine/UI/GUI/Control.Bounds.cs @@ -49,7 +49,7 @@ namespace FlaxEngine.GUI /// /// Gets or sets the normalized position in the parent control that the upper left corner is anchored to (range 0-1). /// - [HideInEditor] + [Serialize, HideInEditor] public Vector2 AnchorMin { get => _anchorMin;