Zhao Yuhang
2024-05-08 85e783997ffd9629cdaef44b7d482f23c8ca49cb
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);