mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2025-12-05 21:15:38 -05:00
widgets: fix binding loop in button
This commit is contained in:
@@ -37,6 +37,6 @@ StyledRect {
|
||||
onClicked: root.clicked()
|
||||
onEntered: root.entered()
|
||||
onExited: root.exited()
|
||||
tooltipText: tooltipText
|
||||
tooltipText: root.tooltipText
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user