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

View file

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