update only position of HoverActions when contentY of TimelineView

changes
This commit is contained in:
Andreas Gattringer
2024-07-11 14:06:58 +02:00
parent 733de1d0e1
commit aa00773a3b
2 changed files with 10 additions and 7 deletions

View File

@@ -294,11 +294,7 @@ QQC2.ScrollView {
onFocusChatBar: root.focusChatBar()
}
onContentYChanged: {
if (hoverActions.delegate) {
hoverActions.delegate.setHoverActionsToDelegate();
}
}
onContentYChanged: hoverActions.updatePosition()
Connections {
target: root.timelineModel