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

--- Comment #12 from Arjen Hiemstra <ahiems...@heimr.nl> ---
The more fundamental problem is that the action button loader gets activated
while it should simply never be active in desktop mode. This is due to how the
globalToolBarStyle property is handled: If it is not explicitly set to toolbar,
we always activate the ActionButton. This leads to problems because there is a
period of time where the Loader is created and its active property being
evaluated while the global toolbar style is still set to the default. In my
opinion, the more fundamental fix should be to either have an "unknown" style
as default toolbar style, or somehow make sure the global toolbar style
property is initialzed before anything that depends on it.

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

Reply via email to