https://bugs.kde.org/show_bug.cgi?id=479326

Arjen Hiemstra <ahiems...@heimr.nl> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas
                   |ma/plasma-systemmonitor/-/c |ma/plasma-systemmonitor/-/c
                   |ommit/e3ef0d767044930615334 |ommit/0c99c40481ac0f987f415
                   |b10640a45165638eb26         |c2f417983bef1fab92c

--- Comment #16 from Arjen Hiemstra <ahiems...@heimr.nl> ---
Git commit 0c99c40481ac0f987f415c2f417983bef1fab92c by Arjen Hiemstra.
Committed on 02/02/2024 at 12:03.
Pushed by ahiemstra into branch 'Plasma/6.0'.

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.


(cherry picked from commit e3ef0d767044930615334b10640a45165638eb26)

M  +6    -7    src/table/TableViewHeader.qml

https://invent.kde.org/plasma/plasma-systemmonitor/-/commit/0c99c40481ac0f987f415c2f417983bef1fab92c

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to