mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-30 23:50:19 -07:00
Fix for #557
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user