Fix initial label ands button text values

This commit is contained in:
Wojtek Figat
2021-04-29 11:33:13 +02:00
parent 238d0f42b1
commit a9b5c5d32d
2 changed files with 2 additions and 2 deletions

View File

@@ -13,7 +13,7 @@ namespace FlaxEngine.GUI
/// <summary>
/// The text.
/// </summary>
protected LocalizedString _text;
protected LocalizedString _text = new LocalizedString();
private bool _autoWidth;
private bool _autoHeight;