Add missing doc comment

This commit is contained in:
Wojtek Figat
2021-06-09 13:25:04 +02:00
parent f237d5d87d
commit 384172050d

View File

@@ -25,6 +25,9 @@ namespace FlaxEngine.GUI
}
}
/// <summary>
/// Initializes a new instance of the <see cref="RichTextBox"/> class.
/// </summary>
public RichTextBox()
{
var style = Style.Current;