fix: don't attempt to scale windows opted out of scaling (#5400)

This commit is contained in:
nerix
2024-05-18 12:34:36 +02:00
committed by GitHub
parent 614a1c469f
commit 3ed1c0f7a4
4 changed files with 24 additions and 4 deletions
+2
View File
@@ -131,6 +131,8 @@ private:
void drawCustomWindowFrame(QPainter &painter);
void onFocusLost();
static void applyScaleRecursive(QObject *root, float scale);
bool handleSHOWWINDOW(MSG *msg);
bool handleSIZE(MSG *msg);
bool handleMOVE(MSG *msg);