1
0
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:
Monsterovich 2018-10-24 00:28:49 +02:00
parent 89cb24254d
commit d54e21064c

View File

@ -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)