fix(StatusNavBarTabButton): don't change checked state implicitly
This commit is contained in:
parent
d690a0c505
commit
b1fe73baa0
@ -38,10 +38,7 @@ StatusIconTabButton {
|
|||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
cursorShape: Qt.PointingHandCursor
|
cursorShape: Qt.PointingHandCursor
|
||||||
acceptedButtons: Qt.LeftButton | Qt.RightButton
|
acceptedButtons: Qt.LeftButton | Qt.RightButton
|
||||||
onClicked: function (mouse) {
|
onClicked: statusNavBarTabButton.clicked(mouse)
|
||||||
statusNavBarTabButton.checked = !statusNavBarTabButton.checked
|
|
||||||
statusNavBarTabButton.clicked(mouse)
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user