https://bugs.kde.org/show_bug.cgi?id=479326
Arjen Hiemstra <ahiems...@heimr.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Latest Commit| |https://invent.kde.org/plas | |ma/plasma-systemmonitor/-/c | |ommit/e3ef0d767044930615334 | |b10640a45165638eb26 Status|ASSIGNED |RESOLVED --- Comment #15 from Arjen Hiemstra <ahiems...@heimr.nl> --- Git commit e3ef0d767044930615334b10640a45165638eb26 by Arjen Hiemstra. Committed on 02/02/2024 at 11:39. Pushed by ahiemstra into branch 'master'. table: Fix sorting of tables using the header A recent change in Qt enforced that the HorizontalHeaderView's selectionModel always creates a header proxy model if an abstractitemmodel is used for the HorizontalHeaderView's model. This apparently broke setting the current column when using our own header proxy model. However, we actually do not need the current column and selection model handling, as it is just an integer property to keep track of the column. So instead drop the selection model and track sort column manually. M +6 -7 src/table/TableViewHeader.qml https://invent.kde.org/plasma/plasma-systemmonitor/-/commit/e3ef0d767044930615334b10640a45165638eb26 -- You are receiving this mail because: You are watching all bug changes.