Merge branch 'fix-rename-popup' of https://github.com/Tryibion/FlaxEngine into Tryibion-fix-rename-popup

This commit is contained in:
Wojtek Figat
2023-01-24 19:16:45 +01:00

View File

@@ -177,6 +177,7 @@ namespace FlaxEditor.GUI
/// <inheritdoc />
protected override void OnShow()
{
_inputField.EndEditOnClick = false; // Ending edit is handled through popup
_inputField.Focus();
_inputField.SelectAll();