This commit is contained in:
fourtf 2018-01-23 22:51:15 +01:00
parent 0f4ec70bf3
commit f42d48860c

View file

@ -171,7 +171,8 @@ void MessageLayout::paint(QPainter &painter, int y, int messageIndex, Selection
}
// draw on buffer
painter.drawPixmap(0, y, this->container.width, this->container.getHeight(), *pixmap);
painter.drawPixmap(0, y, *pixmap);
// painter.drawPixmap(0, y, this->container.width, this->container.getHeight(), *pixmap);
// draw disabled
if (this->message->hasFlags(Message::Disabled)) {