From 9e2331c52a0e8b8937418d2cc6d0d446ac0bbd19 Mon Sep 17 00:00:00 2001 From: Connor McLaughlin Date: Sat, 25 Apr 2020 14:29:02 +1000 Subject: [PATCH] Qt: Redraw window immediately when switching between fullscreen/windowed Fixes content not showing when displaying a popup message. --- src/duckstation-qt/qthostinterface.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/duckstation-qt/qthostinterface.cpp b/src/duckstation-qt/qthostinterface.cpp index 51c084d5a..aa0b4d00c 100644 --- a/src/duckstation-qt/qthostinterface.cpp +++ b/src/duckstation-qt/qthostinterface.cpp @@ -333,6 +333,7 @@ void QtHostInterface::updateDisplayState() getHostDisplay()->updateImGuiDisplaySize(); connectDisplaySignals(); + redrawDisplayWindow(); UpdateSpeedLimiterState(); }