mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-01 19:13:55 -07:00
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())
|
if (!message.isEmpty())
|
||||||
cursor.insertText(message, defaultFormat);
|
cursor.insertText(message);
|
||||||
|
|
||||||
if (atBottom)
|
if (atBottom)
|
||||||
verticalScrollBar()->setValue(verticalScrollBar()->maximum());
|
verticalScrollBar()->setValue(verticalScrollBar()->maximum());
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue