Qt: Redraw window immediately when switching between fullscreen/windowed

Fixes content not showing when displaying a popup message.
This commit is contained in:
Connor McLaughlin 2020-04-25 14:29:02 +10:00
parent 1dd2e0f498
commit 9e2331c52a
1 changed files with 1 additions and 0 deletions

View File

@ -333,6 +333,7 @@ void QtHostInterface::updateDisplayState()
getHostDisplay()->updateImGuiDisplaySize();
connectDisplaySignals();
redrawDisplayWindow();
UpdateSpeedLimiterState();
}