https://bugs.kde.org/show_bug.cgi?id=506714
--- Comment #10 from Allen Winter <win...@kde.org> --- Git commit 54ed7301b311470c200c6fb6b10bfeaf9efa4844 by Allen Winter. Committed on 07/07/2025 at 15:18. Pushed by winterz into branch 'release/25.08'. todoviewsortfilterproxymodel.cpp - call beginFilterChange() as needed Since Qt6.9, Per https://doc.qt.io/qt-6/qsortfilterproxymodel.html#invalidateFilter we need to call beginFilterChange() before invalidateRowsFilter(). Possible crash fix. (cherry picked from commit 00407b16a6d3ba96c9374906ee5e928cc4d05fd3) Co-authored-by: Allen Winter <win...@kde.org> M +9 -0 src/todo/todoviewsortfilterproxymodel.cpp https://invent.kde.org/pim/eventviews/-/commit/54ed7301b311470c200c6fb6b10bfeaf9efa4844 -- You are receiving this mail because: You are the assignee for the bug.