Jacob Muchow
2024-05-16 293bc9cf2915b9ba0897b258ba7bfc5da93f2640
src/core/contexts/qtwindowcontext.cpp
@@ -121,7 +121,7 @@
        auto window = m_context->window();
        auto delegate = m_context->delegate();
        auto me = static_cast<const QMouseEvent *>(event);
        bool fixedSize = delegate->isHostSizeFixed(host);
        bool fixedSize = m_context->isHostSizeFixed();
        QPoint scenePos = getMouseEventScenePos(me);
        QPoint globalPos = getMouseEventGlobalPos(me);