Always enable hover for ItemDelegate

pull/945/head
Nicolas Werner 3 years ago
parent c0f415238d
commit 0629ea5932
No known key found for this signature in database
GPG Key ID: C8D75E610773F2D9
  1. 2
      resources/qml/MessageView.qml

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

Loading…
Cancel
Save