SineStriker
2023-12-28 39ba3049f01b30c9a99ad8bb8cd94e117d1c3c65
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);