Correct scaling on Linux and other minor fixes

* Fixes #5081 - Initialize MessageWidget::m_animate prior to use

* Fixes #5021 - Don't change tray icon type with unfocused mouse wheel

* Fixes #5029 - Only use HighDpiScaleFactorRoundingPolicy::PassThrough on Windows platforms. Prevents significant scaling bugs on Linux. MacOS does not support fractional scaling.
This commit is contained in:
Jonathan White 2020-07-14 18:34:14 -04:00
parent 0aa029d548
commit 9042ef7557
No known key found for this signature in database
GPG key ID: 440FC65F2E0C6E01
5 changed files with 10 additions and 3 deletions

View file

@ -52,7 +52,7 @@ public slots:
private:
QTimer* m_autoHideTimer;
int m_autoHideTimeout;
bool m_animate;
bool m_animate = true;
};
#endif // MESSAGEWIDGET_H