Qt: Fix display not updating after resize when paused

Fixes #104.
This commit is contained in:
Connor McLaughlin
2020-03-18 22:27:45 +10:00
parent b86e0bc846
commit afe2f96474
3 changed files with 22 additions and 12 deletions

View File

@ -157,6 +157,7 @@ private:
void createThread();
void stopThread();
void threadEntryPoint();
void renderDisplay();
void wakeThread();
QSettings m_qsettings;