Fix initial label ands button text values
This commit is contained in:
@@ -27,7 +27,7 @@ namespace FlaxEngine.GUI
|
||||
/// <summary>
|
||||
/// The text.
|
||||
/// </summary>
|
||||
protected LocalizedString _text;
|
||||
protected LocalizedString _text = new LocalizedString();
|
||||
|
||||
/// <summary>
|
||||
/// Button text property.
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user