Merge pull request #594 from poixen/fix_green_text
Fixed green text issue
This commit is contained in:
commit
2850e9e9ad
1 changed files with 1 additions and 1 deletions
|
@ -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());
|
||||
|
|
Loading…
Reference in a new issue