https://bugs.kde.org/show_bug.cgi?id=428662
David Edmundson <k...@davidedmundson.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://invent.kde.org/plas | |ma/plasma-systemmonitor/com | |mit/153ce2f197085be42cf1488 | |359a5ca4fcae1e3cf Resolution|--- |FIXED Status|ASSIGNED |RESOLVED --- Comment #9 from David Edmundson <k...@davidedmundson.co.uk> --- Git commit 153ce2f197085be42cf1488359a5ca4fcae1e3cf by David Edmundson. Committed on 11/11/2020 at 10:40. Pushed by davidedmundson into branch 'master'. Fix filter invalidation When we have matched columns we change what filterAcceptsRow passes. This means we need to trigger re-evaluation of filterAcceptsRow not a layout change. A layout change implies movement, but not a change in which rows exist. Without this KDescendantsProxyModel gets out of sync as it correctly doesn't refresh indexes on a layout change. M +1 -1 src/table/ProcessSortFilterModel.cpp https://invent.kde.org/plasma/plasma-systemmonitor/commit/153ce2f197085be42cf1488359a5ca4fcae1e3cf -- You are receiving this mail because: You are watching all bug changes.