Fix rename popup from not focusing and selecting text.
This commit is contained in:
@@ -172,6 +172,7 @@ namespace FlaxEditor.GUI
|
||||
/// <inheritdoc />
|
||||
protected override void OnShow()
|
||||
{
|
||||
_inputField.EndEditOnClick = false; // Ending edit is handled through popup
|
||||
_inputField.Focus();
|
||||
_inputField.SelectAll();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user