mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-25 12:38:48 +03:00
Always enable hover for ItemDelegate
This commit is contained in:
parent
c0f415238d
commit
0629ea5932
1 changed files with 2 additions and 0 deletions
|
@ -404,6 +404,8 @@ ScrollView {
|
|||
width: chat.delegateMaxWidth
|
||||
height: section.active ? section.height + timelinerow.height : timelinerow.height
|
||||
|
||||
hoverEnabled: true
|
||||
|
||||
background: Rectangle {
|
||||
id: scrollHighlight
|
||||
|
||||
|
|
Loading…
Reference in a new issue