Restore control panel after renderer resets
Some checks failed
Build / setup (push) Has been cancelled
Build / build-appimage (push) Has been cancelled
Build / build-steamlink (push) Has been cancelled
Build / build-windows-macos (push) Has been cancelled

This commit is contained in:
Joey Yakimowich-Payne 2026-02-12 09:28:57 -07:00
commit 20c3273314

View file

@ -2545,6 +2545,7 @@ void Session::exec()
// After a window resize, we need to reset the pointer lock region
m_InputHandler->updatePointerRegionLock();
refreshControlPanelOverlay();
SDL_UnlockMutex(m_DecoderLock);
break;