From c135455a3fa0a8a10f4991fd9c61e5ba1a9db9db Mon Sep 17 00:00:00 2001 From: Black Hat Date: Mon, 24 Jun 2019 13:51:26 +0800 Subject: [PATCH] Revert rippleeffect. --- imports/Spectral/Component/Timeline/MessageDelegate.qml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/imports/Spectral/Component/Timeline/MessageDelegate.qml b/imports/Spectral/Component/Timeline/MessageDelegate.qml index df42c4a0c..de861132d 100644 --- a/imports/Spectral/Component/Timeline/MessageDelegate.qml +++ b/imports/Spectral/Component/Timeline/MessageDelegate.qml @@ -173,11 +173,9 @@ ColumnLayout { color: replyAuthor && sentByMe ? replyAuthor.color : MPalette.background radius: 18 - RippleEffect { + AutoMouseArea { anchors.fill: parent - circular: true - onClicked: goToEvent(replyEventId) } }