Sine Striker
2023-12-28 a12bb8782bd02305466a29101a4c54d6ba9c6bfe
src/core/contexts/abstractwindowcontext.cpp
@@ -211,6 +211,10 @@
            }
            case RaiseWindowHook: {
                if (!m_windowHandle)
                    return;
                m_delegate->setWindowVisible(m_host, true);
                Qt::WindowStates state = m_delegate->getWindowState(m_host);
                if (state & Qt::WindowMinimized) {
                    m_delegate->setWindowState(m_host, state & ~Qt::WindowMinimized);