mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07: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:
parent
e8b88248f2
commit
590fb7f533
1 changed files with 1 additions and 0 deletions
|
|
@ -494,6 +494,7 @@ void ChatView::clearChat()
|
|||
{
|
||||
document()->clear();
|
||||
lastSender = "";
|
||||
evenNumber = true;
|
||||
}
|
||||
|
||||
void ChatView::redactMessages(const QString &userName, int amount)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue