Merge pull request #5835 from jweaver60/fix-tooltip-border-clip

This commit is contained in:
Ryan Hughes
2026-05-15 12:29:49 -04:00
committed by GitHub
@@ -929,8 +929,8 @@ Item {
visible: root.tooltipShown && root.tooltipTarget !== null && root.tooltipText !== ""
color: "transparent"
implicitWidth: tooltipBubble.implicitWidth
implicitHeight: tooltipBubble.implicitHeight
implicitWidth: Math.ceil(tooltipBubble.implicitWidth)
implicitHeight: Math.ceil(tooltipBubble.implicitHeight)
anchor {
id: tooltipAnchor