qml: correct ListView.delayRemove assignation in TableViewDelegate
ListView.delayRemove should apply to the delegate, which has id: delegate, and not the root. So the view knows which delegate instances it should not remove.
This was something I incorrectly used root.ListView.delayRemove instead of delegate.ListView.delayRemove, initially.
Now dragging and scrolling can be done at the same time.
Merge request reports
Activity
Filter activity
added MRStatus::Reviewable label
added Component::Interface: Qt label
changed milestone to %4.0
added MRStatus::Acceptable label and removed MRStatus::Reviewable label
added MRStatus::Accepted label and removed MRStatus::Acceptable label
MR Acceptance result
This MergeRequest has been Accepted! Congratulations.MR acceptance checks details:
-
MR should be considered mergeable by Gitlab -
Last pipeline should be successful -
MergeRequest should have at least one external review and/or vote -
All threads should be resolved, have votes and score > 0 -
MergeRequest should have no activity (threads/votes) for (72h/72h)
-
added 82 commits
-
55cb62d3...203e8e44 - 81 commits from branch
videolan:master
- e1596650 - qml: correct ListView.delayRemove assignation in TableViewDelegate
-
55cb62d3...203e8e44 - 81 commits from branch
Please register or sign in to reply