Always enable hover for ItemDelegate
This commit is contained in:
parent
c0f415238d
commit
0629ea5932
@ -404,6 +404,8 @@ ScrollView {
|
|||||||
width: chat.delegateMaxWidth
|
width: chat.delegateMaxWidth
|
||||||
height: section.active ? section.height + timelinerow.height : timelinerow.height
|
height: section.active ? section.height + timelinerow.height : timelinerow.height
|
||||||
|
|
||||||
|
hoverEnabled: true
|
||||||
|
|
||||||
background: Rectangle {
|
background: Rectangle {
|
||||||
id: scrollHighlight
|
id: scrollHighlight
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user