changed scrollbar bg

This commit is contained in:
fourtf
2018-06-05 00:14:20 +02:00
parent 4b52a98778
commit 10b0466052
3 changed files with 6 additions and 4 deletions
+1 -2
View File
@@ -179,8 +179,7 @@ void MessageLayout::paint(QPainter &painter, int width, int y, int messageIndex,
QBrush brush(color, Qt::VerPattern);
painter.fillRect(0, y + this->container_.getHeight() - 1, this->container_.getWidth(), 1,
brush);
painter.fillRect(0, y + this->container_.getHeight() - 1, pixmap->width(), 1, brush);
}
this->bufferValid_ = true;