Summary: | After deleting a Todo, the next one cannot be deleted with a key | ||
---|---|---|---|
Product: | [Applications] korganizer | Reporter: | Daniel Vrátil <dvratil> |
Component: | todoview | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | 6.0.0 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Other | ||
Latest Commit: | https://invent.kde.org/pim/eventviews/-/commit/b856f11cd2498aeed3b19bfdf672549b214d50ef | Version Fixed In: | 24.05 |
Sentry Crash Report: |
Description
Daniel Vrátil
2024-04-07 13:55:47 UTC
A possibly relevant merge request was started @ https://invent.kde.org/pim/eventviews/-/merge_requests/102 Git commit b856f11cd2498aeed3b19bfdf672549b214d50ef by Daniel Vrátil. Committed on 10/04/2024 at 19:56. Pushed by dvratil into branch 'master'. TodoView: Use current instead of selection to track active todo Current index is implicit, so when one todo is deleted, the next one automatically becomes current, so user can continue deleting, while with selection, user had to manually update the selection in order to be able to delete the next todo. FIXED-IN: 24.05 M +5 -6 src/todo/todoview.cpp M +1 -1 src/todo/todoview.h https://invent.kde.org/pim/eventviews/-/commit/b856f11cd2498aeed3b19bfdf672549b214d50ef |