Sine Striker
2024-02-22 77bce901860548cd84c1680672ec75fbd6184cf8
src/core/contexts/qtwindowcontext.cpp
@@ -253,7 +253,7 @@
        AbstractWindowContext::virtual_hook(id, data);
    }
    void QtWindowContext::winIdChanged() {
    void QtWindowContext::winIdChanged(WId winId, WId oldWinId) {
        if (!m_windowHandle) {
            m_delegate->setWindowFlags(m_host, m_delegate->getWindowFlags(m_host) &
                                                   ~Qt::FramelessWindowHint);