mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
fix(ui): oops
This commit is contained in:
parent
89cb24254d
commit
d54e21064c
|
@ -98,8 +98,7 @@ ChatMessage::Ptr ChatMessage::createChatMessage(const QString& sender, const QSt
|
|||
|
||||
if (!authorColor[sender].isValid())
|
||||
{
|
||||
color.setHsv(data[0], data[1], data[2]);
|
||||
authorColor[sender] = color;
|
||||
authorColor[sender].setHsv(data[0], 255, 196);
|
||||
}
|
||||
|
||||
if (!isMe)
|
||||
|
|
Loading…
Reference in New Issue
Block a user