Commit 359391ac authored by Matt Lowe's avatar Matt Lowe
Browse files

Fix for #557

parent 712f12a7
......@@ -221,7 +221,7 @@ void ChatView::appendMessage(QString message, QString sender, UserLevelFlags use
}
if (!message.isEmpty())
cursor.insertText(message, defaultFormat);
cursor.insertText(message);
if (atBottom)
verticalScrollBar()->setValue(verticalScrollBar()->maximum());
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment