mirror of
https://github.com/RetroDECK/Duckstation.git
synced 2025-02-16 19:05:39 +00:00
Qt: Redraw window immediately when switching between fullscreen/windowed
Fixes content not showing when displaying a popup message.
This commit is contained in:
parent
1dd2e0f498
commit
9e2331c52a
|
@ -333,6 +333,7 @@ void QtHostInterface::updateDisplayState()
|
||||||
|
|
||||||
getHostDisplay()->updateImGuiDisplaySize();
|
getHostDisplay()->updateImGuiDisplaySize();
|
||||||
connectDisplaySignals();
|
connectDisplaySignals();
|
||||||
|
redrawDisplayWindow();
|
||||||
UpdateSpeedLimiterState();
|
UpdateSpeedLimiterState();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue