mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2025-12-26 04:40:50 -08:00
fix row colors swapping when using back button in replays (#5148)
only happens when there is an uneven amount of rows in the chat
This commit is contained in:
@@ -494,6 +494,7 @@ void ChatView::clearChat()
|
||||
{
|
||||
document()->clear();
|
||||
lastSender = "";
|
||||
evenNumber = true;
|
||||
}
|
||||
|
||||
void ChatView::redactMessages(const QString &userName, int amount)
|
||||
|
||||
Reference in New Issue
Block a user