mirror of
https://github.com/overte-org/overte.git
synced 2025-07-24 01:03:58 +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 {
|
MouseArea {
|
||||||
id: favoriteAvatarMouseArea
|
id: favoriteAvatarMouseArea
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
hoverEnabled: true
|
enabled: !container.highlighted
|
||||||
|
hoverEnabled: enabled
|
||||||
|
|
||||||
property url getWearablesUrl: '../../images/samples/hifi-place-77312e4b-6f48-4eb4-87e2-50444d8e56d1.png'
|
property url getWearablesUrl: '../../images/samples/hifi-place-77312e4b-6f48-4eb4-87e2-50444d8e56d1.png'
|
||||||
|
|
||||||
onClicked: {
|
onClicked: {
|
||||||
|
|
Loading…
Reference in a new issue