mirror of
https://github.com/lubosz/overte.git
synced 2025-08-07 16:41:02 +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
|
onImplicitWidthChanged: listView !== null ? listView.recalcSize() : 0
|
||||||
|
|
||||||
MouseArea {
|
MouseArea {
|
||||||
|
enabled: name !== "" && item.enabled
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
hoverEnabled: true
|
hoverEnabled: true
|
||||||
onEntered: {
|
onEntered: {
|
||||||
|
|
Loading…
Reference in a new issue