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

--- Comment #6 from Vlad Zahorodnii <vlad.zahorod...@kde.org> ---
(In reply to Nicolas Fella from comment #5)
> kde-gtk-config has
> 
> m_decoration->init();
> m_decoration->apply(m_decoration->nextState()->clone());
> 
> but Breeze::Decoration::init() triggers KDecoration3::Decoration::size(),
> which accesses the not-yet-applied state

state objects are created by create(); which gets called before init();

            m_decoration->create();
            m_decoration->init();
            m_decoration->apply(m_decoration->nextState()->clone());

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

Reply via email to