Added string text box to end on click
This commit is contained in:
@@ -30,6 +30,7 @@ namespace FlaxEditor.CustomEditors.Editors
|
||||
}
|
||||
|
||||
_element = layout.TextBox(isMultiLine);
|
||||
_element.TextBox.EndEditOnClick = true;
|
||||
_element.TextBox.EditEnd += () => SetValue(_element.Text);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user