Qt: Fix handling of display window size in hidpi

This commit is contained in:
Connor McLaughlin
2020-01-07 14:27:48 +10:00
parent 1b7be01507
commit 5076d7dfe8
7 changed files with 525 additions and 13 deletions

View File

@@ -41,4 +41,7 @@ protected:
virtual void resizeEvent(QResizeEvent* event) override;
QtHostInterface* m_host_interface;
int m_window_width = 0;
int m_window_height = 0;
};