Skip to content
Commit 53a62379 authored by Fabian Kosmale's avatar Fabian Kosmale
Browse files

ToolTip: Do not rely on Layout

On Qt >= 6.5, usage of the Layout results in binding loops (as the
Layout ends up reapplying size hints multiple times, leading to a
spurious binding loop warning on contentWidth).
Given that there was already a comment advising to rather not use
Layouts (due to their bad interaction with child items using anchors),
we sidestep the issue by forcing the word-wap behaviour via
logic in onLineLaidOut.

Bug: 472872
parent 5c23d349
Pipeline #451202 passed with stage
in 1 minute and 46 seconds
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