Sine Striker
2023-12-26 1740ed5e0e765ebd8676733243eb3eaa81f95df1
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;