fixed hidpi scaling for the settings window

This commit is contained in:
fourtf
2017-12-18 00:54:17 +01:00
parent 87182d078c
commit 01e9c723fa
7 changed files with 67 additions and 14 deletions
+4
View File
@@ -34,6 +34,10 @@ protected:
#ifdef USEWINSDK
virtual bool nativeEvent(const QByteArray &eventType, void *message, long *result) override;
#endif
virtual void dpiMultiplyerChanged(float oldDpi, float newDpi)
{
}
void initAsWindow();
private: