[digikam] [Bug 373562] Inconsistent items selected count with groups in the main view

Simon bugzilla_noreply at kde.org
Tue Dec 20 10:16:49 GMT 2016


https://bugs.kde.org/show_bug.cgi?id=373562

--- Comment #1 from Simon <freisim93 at gmail.com> ---
Created attachment 102892
  --> https://bugs.kde.org/attachment.cgi?id=102892&action=edit
Fixes image counts for grouped images

The attached patch should solves the described problem. It is related to
https://bugs.kde.org/show_bug.cgi?id=372027 as it takes care of grouping when
all items are requested (the referenced issue did this for selected items). In
addition there was a bug in TableView::selectedImageInfos() where the
currentIndex is compared to a list of row indexes. The currentIndex however
always had column!=0, so they never matched. This caused the wrong selected
image count (base offset of 1 or 2).

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the Digikam-devel mailing list