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

@@ -55,6 +55,7 @@ private Q_SLOTS:
protected:
void closeEvent(QCloseEvent* event) override;
void changeEvent(QEvent* event) override;
private:
void setupAdditionalUi();