Qt: Re-render display after pausing
This commit is contained in:
parent
1007d4bb07
commit
27465c5258
|
@ -736,6 +736,7 @@ void QtHostInterface::OnSystemPaused(bool paused)
|
|||
else
|
||||
{
|
||||
startBackgroundControllerPollTimer();
|
||||
renderDisplay();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue