mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-30 09:56:14 -05:00
Solve contacts view onhover bug on android platforms
This commit is contained in:
parent
8ebd0f770f
commit
ddaa03514c
@ -32,18 +32,18 @@ Item
|
||||
property var lastMessageData: ({})
|
||||
property var locale: Qt.locale()
|
||||
|
||||
|
||||
Rectangle
|
||||
{
|
||||
id: contactItem
|
||||
|
||||
anchors.fill: parent
|
||||
color: contactItem.containsMouse ? "lightgrey" : "transparent"
|
||||
color: contactItemArea.containsPress ? "lightgrey" : "transparent"
|
||||
width: parent.width
|
||||
height: parent.height
|
||||
|
||||
MouseArea
|
||||
{
|
||||
id: contactItem
|
||||
id: contactItemArea
|
||||
anchors.fill: parent
|
||||
onClicked:
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user