mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-20 18:48:47 +00:00
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
This commit is contained in:
parent
f557b82c1d
commit
1cbc94491c
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user