mirror of
https://github.com/lubosz/overte.git
synced 2025-08-07 17:41:12 +02:00
CHeck containsMouse property for mouse area instead on hovered
This commit is contained in:
parent
b190fac4f1
commit
083b52abaf
1 changed files with 2 additions and 2 deletions
|
@ -33,8 +33,8 @@ Item {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
onHoveredChanged: {
|
onContainsMouseChanged: {
|
||||||
if (hovered) {
|
if (containsMouse) {
|
||||||
tabletInterface.playSound(TabletEnums.ButtonHover)
|
tabletInterface.playSound(TabletEnums.ButtonHover)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue