Merge pull request #5835 from jweaver60/fix-tooltip-border-clip
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user