Fix AutoFocus saved in data for controls
This commit is contained in:
@@ -456,9 +456,9 @@ namespace FlaxEngine.GUI
|
||||
#region Focus
|
||||
|
||||
/// <summary>
|
||||
/// Gets a value indicating whether the control can receive automatic focus on user events (eg. mouse down.
|
||||
/// Gets a value indicating whether the control can receive automatic focus on user events (eg. mouse down).
|
||||
/// </summary>
|
||||
[HideInEditor]
|
||||
[HideInEditor, NoSerialize]
|
||||
public bool AutoFocus
|
||||
{
|
||||
get => _autoFocus;
|
||||
|
||||
Reference in New Issue
Block a user