mirror of
https://github.com/lubosz/overte.git
synced 2025-04-08 21:42:24 +02:00
disable hover effect for selected avatar
This commit is contained in:
parent
7723d0f306
commit
00b54c3f46
1 changed files with 3 additions and 1 deletions
|
@ -500,7 +500,9 @@ Rectangle {
|
|||
MouseArea {
|
||||
id: favoriteAvatarMouseArea
|
||||
anchors.fill: parent
|
||||
hoverEnabled: true
|
||||
enabled: !container.highlighted
|
||||
hoverEnabled: enabled
|
||||
|
||||
property url getWearablesUrl: '../../images/samples/hifi-place-77312e4b-6f48-4eb4-87e2-50444d8e56d1.png'
|
||||
|
||||
onClicked: {
|
||||
|
|
Loading…
Reference in a new issue