Qt: Force redraw the display when restoring after minimized

This commit is contained in:
Connor McLaughlin
2020-03-22 21:50:49 +10:00
parent 361bedc2c3
commit 1d9bcb2a48
6 changed files with 42 additions and 0 deletions

View File

@@ -31,6 +31,7 @@ public:
Q_SIGNALS:
void windowResizedEvent(int width, int height);
void windowRestoredEvent();
protected:
qreal getDevicePixelRatioFromScreen() const;