fixed coloring in FriendListModel

This commit is contained in:
csoler 2019-08-06 19:41:18 +02:00
parent fb174f0131
commit 6c534360f1
No known key found for this signature in database
GPG key ID: 7BCA522266C0804C
5 changed files with 42 additions and 27 deletions

View file

@ -1014,6 +1014,7 @@ void FriendList::insertPeers()
if (rsState == 0) {
sslFont.setBold(true);
sslColor = mTextColorStatus[RS_STATUS_ONLINE];
} else {
sslFont = StatusDefs::font(rsState);
sslColor = mTextColorStatus[rsState];