https://bugs.kde.org/show_bug.cgi?id=464910
Arjen Hiemstra <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://invent.kde.org/fram | |eworks/kirigami/commit/2d3b | |c53ef63ad54cfa6b653165e7f04 | |ef481e8b2 Resolution|--- |FIXED Status|ASSIGNED |RESOLVED --- Comment #2 from Arjen Hiemstra <[email protected]> --- Git commit 2d3bc53ef63ad54cfa6b653165e7f04ef481e8b2 by Arjen Hiemstra. Committed on 06/02/2023 at 14:50. Pushed by ahiemstra into branch 'master'. ToolBarLayout: Split up implicit size calculation and layouting If an explicit height is set, we need to make sure to use it for delegate's height. Unfortunately, Control unconditionally sets the contentItem's height, which makes QQuickItem::heightValid() rather useless. By separating the layouting from the size calculation, we can have the layouting make use of the width/height of the item rather than relying on previously calculated values, making it always use the right value. M +81 -41 src/toolbarlayout.cpp https://invent.kde.org/frameworks/kirigami/commit/2d3bc53ef63ad54cfa6b653165e7f04ef481e8b2 -- You are receiving this mail because: You are watching all bug changes.
