Summary: | Tags checkbox tristate incorrect when deselecting tagged images (off-by-one) | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Jens <jens-bugs.kde.org> |
Component: | Tags-Engine | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | freisim93 |
Priority: | NOR | ||
Version: | 5.4.0 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | All | ||
Latest Commit: | https://commits.kde.org/digikam/63c1c20420330860cef13697aa826b06179a4910 | Version Fixed In: | 5.4.0 |
Sentry Crash Report: | |||
Attachments: | Same change for tableview.cpp |
Description
Jens
2016-12-23 09:33:55 UTC
Git commit 63c1c20420330860cef13697aa826b06179a4910 by Maik Qualmann. Committed on 24/12/2016 at 11:54. Pushed by mqualmann into branch 'master'. fix introduced bug in digiKam-5.4.0 in the ImageCategorizedView FIXED-IN: 5.4.0 M +2 -1 NEWS M +4 -2 app/items/imagecategorizedview.cpp https://commits.kde.org/digikam/63c1c20420330860cef13697aa826b06179a4910 Created attachment 102975 [details]
Same change for tableview.cpp
Even though this check should not be necessary in tableview (should always be true after my recent patch), it is probably just more consistent and safe to introduce your change there as well. Also the fact that this check is needed for imagecategorizedview might suggest an underlying issue with column mismatches in the given indexes. I will have a quick look at this after Christmas.
Git commit 125dce3cbdc6214196fe179d92fc84e43b5736fa by Maik Qualmann. Committed on 24/12/2016 at 14:26. Pushed by mqualmann into branch 'master'. apply patch #102975 from Simon to add not current item if is deselected M +4 -2 app/views/tableview/tableview.cpp https://commits.kde.org/digikam/125dce3cbdc6214196fe179d92fc84e43b5736fa |