From 384172050d7498865c39db4810ecfd66d5dbdffe Mon Sep 17 00:00:00 2001 From: Wojtek Figat Date: Wed, 9 Jun 2021 13:25:04 +0200 Subject: [PATCH] Add missing doc comment --- Source/Engine/UI/GUI/Common/RichTextBox.cs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Source/Engine/UI/GUI/Common/RichTextBox.cs b/Source/Engine/UI/GUI/Common/RichTextBox.cs index 8b2cc5cb3..3e89ed584 100644 --- a/Source/Engine/UI/GUI/Common/RichTextBox.cs +++ b/Source/Engine/UI/GUI/Common/RichTextBox.cs @@ -25,6 +25,9 @@ namespace FlaxEngine.GUI } } + /// + /// Initializes a new instance of the class. + /// public RichTextBox() { var style = Style.Current;