X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Fchatline-old.cpp;h=b7ebf9b53685ba17eb69a6190a5b91e4871a7d83;hp=86c4e28e8026d161193299c278d754bc0a116673;hb=738bf5577d00b61f99493fdc889fd14f48fffb0b;hpb=fd1309f2cc8f36b3445e5f72458cc981c13873bc diff --git a/src/qtui/chatline-old.cpp b/src/qtui/chatline-old.cpp index 86c4e28e..b7ebf9b5 100644 --- a/src/qtui/chatline-old.cpp +++ b/src/qtui/chatline-old.cpp @@ -309,7 +309,7 @@ void ChatLine::draw(QPainter *p, const QPointF &pos) { } else { if(isHighlight) { p->setPen(Qt::NoPen); - p->setBrush(pal.brush(QPalette::AlternateBase)); + p->setBrush(QColor("lightcoral") /*pal.brush(QPalette::AlternateBase) */); p->drawRect(QRectF(pos, QSizeF(tsWidth + QtUi::style()->sepTsSender() + senderWidth + QtUi::style()->sepSenderText() + textWidth, height()))); } if(selectionMode == Partial) {