Merge branch 'GoaLitiuM-textbox_escape_fix'
This commit is contained in:
@@ -1399,6 +1399,12 @@ namespace FlaxEngine.GUI
|
||||
}
|
||||
case KeyboardKeys.Escape:
|
||||
{
|
||||
if (IsReadOnly)
|
||||
{
|
||||
SetSelection(_selectionEnd);
|
||||
return true;
|
||||
}
|
||||
|
||||
RestoreTextFromStart();
|
||||
|
||||
if (!IsNavFocused)
|
||||
|
||||
Reference in New Issue
Block a user