https://bugs.kde.org/show_bug.cgi?id=428888
Daniel Vrátil <dvra...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|REPORTED |RESOLVED Latest Commit| |https://invent.kde.org/pim/ | |incidenceeditor/-/commit/9e | |739ee45ade1f6b43cc5bc67f91e | |7b723d7dddb Version Fixed In| |23.08.3 --- Comment #15 from Daniel Vrátil <dvra...@kde.org> --- Git commit 9e739ee45ade1f6b43cc5bc67f91e7b723d7dddb by Daniel Vrátil. Committed on 22/10/2023 at 21:37. Pushed by dvratil into branch 'release/23.08'. Reset AttendeeTableModel when settings attendees Reset the model instead of emitting layoutChanged, because setting attendees may actually result in different number of rows in the model than before, which should not happen during layout change. This seems to have mostly worked, but caused crash inside QSortFilterProxyModel when the number of rows have actually changed (most likely connected to the trailing empty row). FIXED-IN: 23.08.3 M +2 -2 src/attendeetablemodel.cpp M +4 -0 src/incidenceattendee.cpp M +2 -0 src/incidenceresource.cpp https://invent.kde.org/pim/incidenceeditor/-/commit/9e739ee45ade1f6b43cc5bc67f91e7b723d7dddb -- You are receiving this mail because: You are watching all bug changes.