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
|
asset.height: 32
|
||||||
name: model.name ?? ""
|
name: model.name ?? ""
|
||||||
memberCountVisible: false
|
memberCountVisible: false
|
||||||
layer.enabled: hovered
|
|
||||||
border.width: hovered ? 0 : 1
|
|
||||||
border.color: Theme.palette.baseColor2
|
|
||||||
banner: model.bannerImageData ?? ""
|
banner: model.bannerImageData ?? ""
|
||||||
descriptionFontSize: 12
|
descriptionFontSize: 12
|
||||||
descriptionFontColor: Theme.palette.baseColor1
|
descriptionFontColor: Theme.palette.baseColor1
|
||||||
|
|
Loading…
Reference in New Issue