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 !== ""
|
visible: root.tooltipShown && root.tooltipTarget !== null && root.tooltipText !== ""
|
||||||
color: "transparent"
|
color: "transparent"
|
||||||
implicitWidth: tooltipBubble.implicitWidth
|
implicitWidth: Math.ceil(tooltipBubble.implicitWidth)
|
||||||
implicitHeight: tooltipBubble.implicitHeight
|
implicitHeight: Math.ceil(tooltipBubble.implicitHeight)
|
||||||
|
|
||||||
anchor {
|
anchor {
|
||||||
id: tooltipAnchor
|
id: tooltipAnchor
|
||||||
|
|||||||
Reference in New Issue
Block a user