Yuhang Zhao
2024-12-09 be0d95b573647a046b70d42d18c03ab757a486df
src/core/shared/qwkwindowsextra_p.h
@@ -436,7 +436,7 @@
        }
        const qreal dpr = qreal(dpi) / qreal(USER_DEFAULT_SCREEN_DPI);
        // ### Not sure how Windows itself rounds non-integer value.
        return qFloor(qreal(result) * dpr);
        return qFloor(qreal(result) / dpr);
    }
    inline quint32 getWindowFrameBorderThickness(HWND hwnd) {