use TapHandler for volume expand chevron to avoid hover interference
This commit is contained in:
parent
c30f18a2ee
commit
5eb6ce6d96
1 changed files with 2 additions and 3 deletions
|
|
@ -228,10 +228,9 @@ M.BarSection {
|
|||
font.family: M.Theme.iconFontFamily
|
||||
}
|
||||
|
||||
MouseArea {
|
||||
anchors.fill: parent
|
||||
TapHandler {
|
||||
cursorShape: Qt.PointingHandCursor
|
||||
onClicked: root._expanded = !root._expanded
|
||||
onTapped: root._expanded = !root._expanded
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue