SineStriker
2023-12-18 1095dbd2fe58a73fcc086b874891bdc879a34d4d
src/core/contexts/cocoawindowcontext.mm
@@ -383,9 +383,11 @@
    }
    void CocoaWindowContext::winIdChanged(QWindow *oldWindow) {
        if (windowId) {
            releaseWindowProxy(windowId);
        if (!m_windowHandle) {
            return;
        }
        windowId = m_windowHandle->winId();
        ensureWindowProxy(windowId)->setSystemTitleBarVisible(false);
        cocoaWindowEventFilter = std::make_unique<CocoaWindowEventFilter>(this, this);