[digikam] [Bug 361047] Wishlist: make grouped images more prominently visible [patch]

bugzilla_noreply at kde.org bugzilla_noreply at kde.org
Sun Mar 19 17:38:09 GMT 2017


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

--- Comment #75 from caulier.gilles at 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 the assignee for the bug.


More information about the Digikam-devel mailing list