mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-21 22:24:07 +01:00
removed a debug log
This commit is contained in:
parent
285c72a83d
commit
5df7651670
1 changed files with 0 additions and 2 deletions
|
@ -569,8 +569,6 @@ void ChannelView::updateMessageBuffer(messages::MessageRef *messageRef, QPixmap
|
|||
painter.setPen(color);
|
||||
painter.setFont(wordPart.getWord().getFont(this->getDpiMultiplier()));
|
||||
|
||||
qDebug() << wordPart.getWord().getFont(this->getDpiMultiplier()).pointSize();
|
||||
|
||||
painter.drawText(QRectF(wordPart.getX(), wordPart.getY(), 10000, 10000),
|
||||
wordPart.getText(), QTextOption(Qt::AlignLeft | Qt::AlignTop));
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue