mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
Fix highlighting of self row in voice chat.
This commit is contained in:
parent
ae6decf70b
commit
31417fd005
1 changed files with 4 additions and 0 deletions
|
@ -1255,7 +1255,11 @@ void PeerListContent::contextMenuEvent(QContextMenuEvent *e) {
|
||||||
}));
|
}));
|
||||||
_contextMenu->popup(e->globalPos());
|
_contextMenu->popup(e->globalPos());
|
||||||
e->accept();
|
e->accept();
|
||||||
|
} else {
|
||||||
|
setContexted(Selected());
|
||||||
}
|
}
|
||||||
|
} else {
|
||||||
|
setContexted(Selected());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue