From f8669b86e69a118897b17c2b34d0c4f8535e4974 Mon Sep 17 00:00:00 2001 From: Angela Mazzurco Date: Mon, 12 Jun 2017 16:39:33 +0200 Subject: [PATCH] Delete mouse area action on user hash icon --- retroshare-qml-app/src/ChatView.qml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/retroshare-qml-app/src/ChatView.qml b/retroshare-qml-app/src/ChatView.qml index 4df845024..24af408fa 100644 --- a/retroshare-qml-app/src/ChatView.qml +++ b/retroshare-qml-app/src/ChatView.qml @@ -73,12 +73,6 @@ Item hash: gxsInfo.gxs height: toolBar.height - 4 anchors.leftMargin: 2 - - MouseArea - { - anchors.fill: parent - onClicked: delegateRoot.showDetails() - } } } @@ -285,6 +279,4 @@ Item ] } } - - }