https://bugs.kde.org/show_bug.cgi?id=512396
Marco Martin <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|REPORTED |RESOLVED Latest Commit| |https://invent.kde.org/fram | |eworks/kirigami/-/commit/1a | |459e1d5801a3584b35c53c63b8c | |36e3e97a1fd --- Comment #1 from Marco Martin <[email protected]> --- Git commit 1a459e1d5801a3584b35c53c63b8c36e3e97a1fd by Marco Martin. Committed on 05/02/2026 at 15:35. Pushed by mart into branch 'master'. ToolbarLayout: Don't draw frames with an empty toolbar We need to prioritize every frame to be drawn correctly over showing something as quick as possible, so if the toolbar is visible, ensure all visible buttons are completely loaded and laid out before drawing, So only items of a completely invisible toolbar,o r items that want to always be hidden in the menu will still load asynchronously M +26 -31 src/layouts/toolbarlayout.cpp M +21 -0 src/layouts/toolbarlayoutdelegate.cpp M +1 -0 src/layouts/toolbarlayoutdelegate.h https://invent.kde.org/frameworks/kirigami/-/commit/1a459e1d5801a3584b35c53c63b8c36e3e97a1fd -- You are receiving this mail because: You are watching all bug changes.
