disabled non client dpi scaling until issue is fixed

This commit is contained in:
fourtf
2017-12-18 02:47:01 +01:00
parent 929552f74d
commit cca065f0f9
7 changed files with 12 additions and 13 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ protected:
virtual bool nativeEvent(const QByteArray &eventType, void *message, long *result) override;
#endif
virtual void dpiMultiplyerChanged(float oldDpi, float newDpi)
virtual void dpiMultiplierChanged(float oldDpi, float newDpi)
{
}
void initAsWindow();