Commit 2850e9e9 authored by Zach's avatar Zach
Browse files

Merge pull request #594 from poixen/fix_green_text

Fixed green text issue
parents 712f12a7 359391ac
......@@ -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