https://bugs.kde.org/show_bug.cgi?id=373562
--- Comment #1 from Simon <freisi...@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 watching all bug changes.