chore(StatusFlatRoundButon): fix warning related to hovered property
This commit is contained in:
parent
1730fe756d
commit
7d064d6c6e
|
@ -172,6 +172,6 @@ Rectangle {
|
|||
|
||||
StatusToolTip {
|
||||
id: statusToolTip
|
||||
visible: !!text && parent.hovered
|
||||
visible: !!text && statusFlatRoundButton.hovered
|
||||
} // Tooltip
|
||||
} // Rectangle
|
||||
|
|
Loading…
Reference in New Issue