diff --git a/Source/Engine/UI/GUI/Common/TextBoxBase.cs b/Source/Engine/UI/GUI/Common/TextBoxBase.cs index 85b5c537c..addf967dc 100644 --- a/Source/Engine/UI/GUI/Common/TextBoxBase.cs +++ b/Source/Engine/UI/GUI/Common/TextBoxBase.cs @@ -144,7 +144,7 @@ namespace FlaxEngine.GUI /// [HideInEditor] public bool EndEditOnClick { get; set; } = false; - + /// /// Gets or sets a value indicating whether this is a multiline text box control. ///