[Digikam-devel] [Bug 226515] My tags on Caption/Tags becomes empty after removing a single tag

Marcel Wiesweg marcel.wiesweg at gmx.de
Fri Feb 12 22:13:40 GMT 2010


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





--- Comment #6 from Marcel Wiesweg <marcel wiesweg gmx de>  2010-02-12 23:13:35 ---
SVN commit 1089331 by mwiesweg:

Remove the check box from root item if root is not checkable.
QStyledItemDelegate does this:
        QVariant value = index.data(Qt::CheckStateRole);
        if (value.isValid() && !value.isNull()) {
            v4->features |= QStyleOptionViewItemV2::HasCheckIndicator;
so we need to return a null QVariant for the CheckStateRole

CCBUG: 226515

 M  +2 -1      abstractalbummodel.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1089331

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the Digikam-devel mailing list