| Summary: | Cannot select multiple processes | ||
|---|---|---|---|
| Product: | [Applications] plasma-systemmonitor | Reporter: | Lastique <andysem> |
| Component: | general | Assignee: | KSysGuard Developers <ksysguard-bugs> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | ahiemstra, nate, plasma-bugs-null |
| Priority: | NOR | ||
| Version First Reported In: | 5.24.6 | ||
| Target Milestone: | --- | ||
| Platform: | Kubuntu | ||
| OS: | Linux | ||
| Latest Commit: | https://invent.kde.org/plasma/plasma-systemmonitor/commit/ccf7c80315b7af568481053cdd06246e0af68708 | Version Fixed/Implemented In: | 5.27 |
| Sentry Crash Report: | |||
|
Description
Lastique
2022-10-17 18:16:17 UTC
A possibly relevant merge request was started @ https://invent.kde.org/plasma/plasma-systemmonitor/-/merge_requests/200 Git commit ccf7c80315b7af568481053cdd06246e0af68708 by Arjen Hiemstra. Committed on 13/01/2023 at 10:30. Pushed by ahiemstra into branch 'master'. table: Don't clear the selection when setting current index setCurrentIndex with ItemSelectionModel.ClearAndSelect will clear the current index, then select and make the new index current. This breaks the logic for multi selection that is later in this function. So make sure to only update current index and leave actual selection to the rest of the function. M +1 -1 src/table/BaseCellDelegate.qml https://invent.kde.org/plasma/plasma-systemmonitor/commit/ccf7c80315b7af568481053cdd06246e0af68708 |