Yuhang Zhao
2023-12-28 d61db440e1c757a656ec2ab91f0c2f39ccd5d5f3
src/core/contexts/win32windowcontext.cpp
@@ -696,6 +696,10 @@
            } else {
                ::AdjustWindowRectEx(&frame, style, FALSE, exStyle);
            }
            frame.left = std::abs(frame.left);
            frame.top = std::abs(frame.top);
            frame.right = std::abs(frame.right);
            frame.bottom = std::abs(frame.bottom);
            return QVariant::fromValue(rect2qrect(frame));
        }