https://bugs.kde.org/show_bug.cgi?id=401422

--- Comment #13 from Vlad Zahorodnii <vlad.zahorod...@kde.org> ---
So, one way to fix this bug is to check whether m_managers is up-to-date and
layout changes can be made, e.g.

    if (effects->numberOfDesktops() * effects->numScreens() !=
m_managers.count())
        return;

Although, maybe there is a better way to fix this crash. I need a bit more time
to think.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to