Zhao Yuhang
2023-12-14 59690b8ab4f3e4c2cea0467f40e858080943dd62
src/core/contexts/win32windowcontext.cpp
@@ -800,7 +800,7 @@
            case ShowSystemMenuHook: {
                const auto &pos = *static_cast<const QPoint *>(data);
                auto hWnd = reinterpret_cast<HWND>(m_windowHandle->winId());
                showSystemMenu2(hWnd, qpoint2point(pos), false,
                showSystemMenu2(hWnd, qpoint2point(QHighDpi::toNativeGlobalPosition(pos, m_windowHandle)), false,
                                m_delegate->isHostSizeFixed(m_host));
                return;
            }