https://bugs.kde.org/show_bug.cgi?id=361047
--- Comment #75 from caulier.gil...@gmail.com --- MAik, Look also that an enum must be used here, about background color : + if (isSelected) + { + backgroundtype = 1; + } + else if (isGroupExpanded) + { + backgroundtype = 2; The background color is a good idea, if there is only one group open in an album. In case of multiple groups expanded, this become unsuitable. I thinking about a special color label, but this will break color label feature with grouped images. Gilles Gilles -- You are receiving this mail because: You are watching all bug changes.