Skip to content
Snippets Groups Projects
Verified Commit 0629ea59 authored by Nicolas Werner's avatar Nicolas Werner
Browse files

Always enable hover for ItemDelegate

parent c0f41523
No related branches found
No related tags found
No related merge requests found
Pipeline #2653 passed
......@@ -404,6 +404,8 @@ ScrollView {
width: chat.delegateMaxWidth
height: section.active ? section.height + timelinerow.height : timelinerow.height
hoverEnabled: true
background: Rectangle {
id: scrollHighlight
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment