src/core/contexts/win32windowcontext.cpp @@ -573,6 +573,7 @@ case RaiseWindowHook: { if (!windowId) return; m_delegate->setWindowVisible(m_host, true); const auto hwnd = reinterpret_cast<HWND>(windowId); bringWindowToFront(hwnd); return;