Always enable hover for ItemDelegate

This commit is contained in:
Nicolas Werner 2022-02-17 15:32:25 +01:00
parent c0f415238d
commit 0629ea5932
No known key found for this signature in database
GPG Key ID: C8D75E610773F2D9
1 changed files with 2 additions and 0 deletions

View File

@ -404,6 +404,8 @@ ScrollView {
width: chat.delegateMaxWidth
height: section.active ? section.height + timelinerow.height : timelinerow.height
hoverEnabled: true
background: Rectangle {
id: scrollHighlight