Fix AutoFocus saved in data for controls

This commit is contained in:
Wojtek Figat
2021-04-07 20:53:18 +02:00
parent 6001eb88fa
commit 7e622a69a6

View File

@@ -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;