Skip to content
Commit 2d3bc53e authored by Arjen Hiemstra's avatar Arjen Hiemstra
Browse files

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.

BUG: 464910
parent c2d35de7
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment