This commit is contained in:
David Collini 2026-05-29 08:40:23 -04:00 committed by GitHub
commit eeb7a735c4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -372,6 +372,10 @@ bool LifecycleManager::UpdateRequestedFocusState() {
// Mark the focus state as ready for update.
m_requested_focus_state = new_state;
if (m_is_application) {
m_has_focus_state_changed = true;
}
// We changed the focus state.
return true;
}