Merge pull request #15064 from danteruiz/another-login-fix

Case 21451: HMD Login Encouragement Screen is not Usable
This commit is contained in:
Shannon Romano 2019-03-01 12:57:17 -08:00 committed by GitHub
commit 20d65ab183
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4984,9 +4984,9 @@ void Application::idle() {
{
if (_keyboardFocusWaitingOnRenderable && getEntities()->renderableForEntityId(_keyboardFocusedEntity.get())) {
_keyboardFocusWaitingOnRenderable = false;
QUuid entityId = _keyboardFocusedEntity.get();
setKeyboardFocusEntity(UNKNOWN_ENTITY_ID);
_keyboardFocusWaitingOnRenderable = false;
setKeyboardFocusEntity(entityId);
}
}