From 3fd96986da1f8a4b997dd599f9a44c56adfecf29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Tinkl?= Date: Fri, 3 May 2024 17:13:31 +0200 Subject: [PATCH] fix: Hovering community in the profile showcase leads to crash - messing around with the DropShadow layer lead to a nasty crash somewhere deep inside Qt mouse event handlers Fixes #14596 --- .../shared/views/profile/ProfileShowcaseCommunitiesView.qml | 3 --- 1 file changed, 3 deletions(-) diff --git a/ui/imports/shared/views/profile/ProfileShowcaseCommunitiesView.qml b/ui/imports/shared/views/profile/ProfileShowcaseCommunitiesView.qml index d3fa9cfa15..58d387b46e 100644 --- a/ui/imports/shared/views/profile/ProfileShowcaseCommunitiesView.qml +++ b/ui/imports/shared/views/profile/ProfileShowcaseCommunitiesView.qml @@ -61,9 +61,6 @@ Item { asset.height: 32 name: model.name ?? "" memberCountVisible: false - layer.enabled: hovered - border.width: hovered ? 0 : 1 - border.color: Theme.palette.baseColor2 banner: model.bannerImageData ?? "" descriptionFontSize: 12 descriptionFontColor: Theme.palette.baseColor1