Fix hover highlight when hovering hover menu

fixes #941
This commit is contained in:
Nicolas Werner 2022-02-16 23:25:19 +01:00
parent 6a47b47571
commit c310e6f35c
No known key found for this signature in database
GPG Key ID: C8D75E610773F2D9
1 changed files with 3 additions and 1 deletions

View File

@ -409,6 +409,8 @@ ScrollView {
opacity: 0
visible: true
z: 1
enabled: false
color: Nheko.colors.highlight
states: State {
@ -473,7 +475,7 @@ ScrollView {
TimelineRow {
id: timelinerow
hovered: wrapper.hovered
hovered: (wrapper.hovered && !messageActionHover.hovered) || (messageActions.model != undefined && messageActions.model.eventId == timelinerow.eventId)
proportionalHeight: wrapper.proportionalHeight
type: chat.model, wrapper.type