Fix highlighting of self row in voice chat.

This commit is contained in:
John Preston 2020-12-22 20:15:27 +04:00
parent ae6decf70b
commit 31417fd005

View file

@ -1255,7 +1255,11 @@ void PeerListContent::contextMenuEvent(QContextMenuEvent *e) {
}));
_contextMenu->popup(e->globalPos());
e->accept();
} else {
setContexted(Selected());
}
} else {
setContexted(Selected());
}
}