Skip to content
Snippets Groups Projects
Commit 48b91984 authored by Fatih Uzunoğlu's avatar Fatih Uzunoğlu Committed by Steve Lhomme
Browse files

qml: establish binding in `delegateItem` property of FadingEdgeForListView

When `listView.itemAtIndex(0)` is used, the delegate item is
not resolved when new items added which makes it remain
null.

When `listView.count` is referred as done here, the QML
engine establishes a relational binding and this causes
the property to be updated each time the count is updated.

Regression since 300b3b9c.
parent 87636f2f
No related branches found
No related tags found
1 merge request!5328qt: fix fading edge effect not gone when hovered
Pipeline #467097 passed with warnings with stage
in 1 hour and 38 seconds
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment