[qt/qt/qtgraphs]: Summary of bulk changes made
KDE Git Services - Bulk Change <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git repository change summary for qt/qt/qtgraphs Pushed by mirror-service into branch 'dev'. Changed from 1045402b0debadb5d236bb4d9ea2ed60d7c9fcc2 to e34c4da5f6b614aea7b2c005540ef9a62259559a Acknowledgement was received that this change introduces only existing code that has been pushed to another public open source repository. This change contains the following new commits: Git commit e34c4da5f6b614aea7b2c005540ef9a62259559a by Jere Tuliniemi on 18/08/2026 at 10:37.. Fix crash when pressed index became invalid PointRenderer caches the index of the pressed point but never updated it when the series changed, so a later release could reference the wrong point or index rects/points out of range and crash. Track the series signals and keep the cached index in sync: shift it on add and remove, drop it when the pressed point itself is removed, and forget it when the whole point list is replaced. Co-Authored-By: Claude Opus 4.8 <[email protected]> Pick-to: 6.12 6.11 Fixes: QTBUG-148514 Change-Id: I76c92f6aae2e7ba79e059be57272994e26082d68 Reviewed-by: Sami Varanka <[email protected]> https://invent.kde.org/qt/qt/qtgraphs/-/commit/e34c4da5f6b614aea7b2c005540ef9a62259559a