Fix textbox submit when it's nav focused
This commit is contained in:
@@ -1385,6 +1385,8 @@ namespace FlaxEngine.GUI
|
|||||||
// End editing
|
// End editing
|
||||||
RemoveFocus();
|
RemoveFocus();
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
return false;
|
||||||
return true;
|
return true;
|
||||||
case KeyboardKeys.Home:
|
case KeyboardKeys.Home:
|
||||||
if (shiftDown)
|
if (shiftDown)
|
||||||
|
|||||||
Reference in New Issue
Block a user