fixed a little typo (backgroundcolor/backgroundcolor2) spotted by
metellius svn path=/trunk/KDE/kdelibs/; revision=946778
This commit is contained in:
parent
d10641c35d
commit
115b87704f
@ -354,7 +354,7 @@ void Delegate::paint(QPainter *painter, const QStyleOptionViewItem &option,
|
||||
backgroundColor.setAlphaF(0.2);
|
||||
|
||||
QColor backgroundColor2 = option.palette.color(QPalette::Highlight);
|
||||
backgroundColor.setAlphaF(0.5);
|
||||
backgroundColor2.setAlphaF(0.5);
|
||||
|
||||
QRect highlightRect = option.rect.adjusted(2, 2, -2, -2);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user