update only position of HoverActions when contentY of TimelineView
changes
This commit is contained in:
@@ -294,11 +294,7 @@ QQC2.ScrollView {
|
||||
onFocusChatBar: root.focusChatBar()
|
||||
}
|
||||
|
||||
onContentYChanged: {
|
||||
if (hoverActions.delegate) {
|
||||
hoverActions.delegate.setHoverActionsToDelegate();
|
||||
}
|
||||
}
|
||||
onContentYChanged: hoverActions.updatePosition()
|
||||
|
||||
Connections {
|
||||
target: root.timelineModel
|
||||
|
||||
Reference in New Issue
Block a user