src/core/contexts/win32windowcontext.cpp @@ -893,10 +893,7 @@ } void Win32WindowContext::winIdChanged(QWindow *oldWindow) { if (oldWindow) { removeManagedWindow(reinterpret_cast<HWND>(windowId)); } if (!m_windowHandle) { return; }