changed highlighted message color

This commit is contained in:
fourtf
2018-06-19 20:48:57 +02:00
parent bc54927c84
commit e28bc805f6
2 changed files with 8 additions and 3 deletions
-1
View File
@@ -190,7 +190,6 @@ void ChannelView::actuallyLayoutMessages(bool causedByScrollbar)
this->showingLatestMessages_ = this->scrollBar_.isAtBottom() || !this->scrollBar_.isVisible();
size_t start = size_t(this->scrollBar_.getCurrentValue());
qDebug() << this->scrollBar_.getCurrentValue();
int layoutWidth = this->getLayoutWidth();
MessageElement::Flags flags = this->getFlags();