use TapHandler for volume expand chevron to avoid hover interference

This commit is contained in:
Damocles 2026-04-13 21:42:51 +02:00
parent c30f18a2ee
commit 5eb6ce6d96

View file

@ -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
}
}