mirror of
https://github.com/lubosz/overte.git
synced 2025-04-24 18:23:22 +02:00
Do not produce sound and highlight on disabled items and menu separators
This commit is contained in:
parent
f1d5df5926
commit
b965049651
1 changed files with 1 additions and 0 deletions
|
@ -73,6 +73,7 @@ FocusScope {
|
|||
onImplicitWidthChanged: listView !== null ? listView.recalcSize() : 0
|
||||
|
||||
MouseArea {
|
||||
enabled: name !== "" && item.enabled
|
||||
anchors.fill: parent
|
||||
hoverEnabled: true
|
||||
onEntered: {
|
||||
|
|
Loading…
Reference in a new issue