Qt: Re-render display after pausing

This commit is contained in:
Connor McLaughlin 2021-08-13 21:31:58 +10:00
parent 1007d4bb07
commit 27465c5258
1 changed files with 1 additions and 0 deletions

View File

@ -736,6 +736,7 @@ void QtHostInterface::OnSystemPaused(bool paused)
else
{
startBackgroundControllerPollTimer();
renderDisplay();
}
}