fix: don't attempt to scale windows opted out of scaling (#5400)
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user