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
caa97737c7
commit
3fd96986da
|
@ -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…
Reference in New Issue