https://bugs.kde.org/show_bug.cgi?id=478079
Arjen Hiemstra <ahiems...@heimr.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://invent.kde.org/plas | |ma/plasma-systemmonitor/-/c | |ommit/ec2b8120bc17ab53f3eae | |08ad157484b3bc82412 Resolution|--- |FIXED Status|REOPENED |RESOLVED --- Comment #3 from Arjen Hiemstra <ahiems...@heimr.nl> --- Git commit ec2b8120bc17ab53f3eae08ad157484b3bc82412 by Arjen Hiemstra. Committed on 06/12/2023 at 12:24. Pushed by ahiemstra into branch 'master'. table: Use base delegate text in cell delegates We want to be able to override the cell text, which hardcoding to model.display breaks. Instead, we can use the text property of the delegate and default that to model.display. M +2 -0 src/table/BaseCellDelegate.qml M +1 -1 src/table/FirstCellDelegate.qml M +2 -2 src/table/LineChartCellDelegate.qml M +1 -2 src/table/TextCellDelegate.qml https://invent.kde.org/plasma/plasma-systemmonitor/-/commit/ec2b8120bc17ab53f3eae08ad157484b3bc82412 -- You are receiving this mail because: You are watching all bug changes.