Summary: | Changing a sensor color in a chart with multiple sensors wrongly applies it to every sensor in that chart | ||
---|---|---|---|
Product: | [Applications] plasma-systemmonitor | Reporter: | MScattolin <matheus.scattolinanselmo> |
Component: | general | Assignee: | KSysGuard Developers <ksysguard-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | ahiemstra, kde, plasma-bugs, vizydani |
Priority: | NOR | ||
Version: | 5.21.3 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/plasma/libksysguard/commit/265337b6901f9170e8151412a5033c71fc79d00e | Version Fixed In: | 5.21.4 |
Sentry Crash Report: | |||
Attachments: | gif illustrating the situation |
Description
MScattolin
2021-03-16 22:24:43 UTC
When I edit colors, the colors in the chart change but not in the legend, do you see the same? Created attachment 136794 [details]
gif illustrating the situation
Not really, I've attached a gif showing what happens.
Ah yes, I can reproduce it A possibly relevant merge request was started @ https://invent.kde.org/plasma/libksysguard/-/merge_requests/140 Git commit ed89bbf919c0e2cf4b3a5a0c32978314e9e10e20 by David Redondo. Committed on 18/03/2021 at 10:57. Pushed by davidre into branch 'master'. Assign a new color when configuring sensor colors For some weird reason what we did had the effect of getting a reference to the color of the ColorDialog. So when changing a sensor color it would change the colors of all sensor colors that where configured before. FIXED-IN:5.21.4 M +1 -1 faces/ConfigSensors.qml https://invent.kde.org/plasma/libksysguard/commit/ed89bbf919c0e2cf4b3a5a0c32978314e9e10e20 Git commit 265337b6901f9170e8151412a5033c71fc79d00e by David Redondo. Committed on 18/03/2021 at 11:18. Pushed by davidre into branch 'Plasma/5.21'. Assign a new color when configuring sensor colors For some weird reason what we did had the effect of getting a reference to the color of the ColorDialog. So when changing a sensor color it would change the colors of all sensor colors that where configured before. FIXED-IN:5.21.4 (cherry picked from commit ed89bbf919c0e2cf4b3a5a0c32978314e9e10e20) M +1 -1 faces/ConfigSensors.qml https://invent.kde.org/plasma/libksysguard/commit/265337b6901f9170e8151412a5033c71fc79d00e *** Bug 434859 has been marked as a duplicate of this bug. *** |