mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-15 21:57:10 +02:00
Fix anti-aliasing in emoji categories search.
This commit is contained in:
parent
bacab01f7e
commit
8a62bacaa6
1 changed files with 1 additions and 0 deletions
|
@ -181,6 +181,7 @@ void GroupsStrip::paintEvent(QPaintEvent *e) {
|
|||
const auto top = 0;
|
||||
const auto size = SearchWithGroups::IconSizeOverride();
|
||||
if (_chosen == index) {
|
||||
auto hq = PainterHighQualityEnabler(p);
|
||||
p.setPen(Qt::NoPen);
|
||||
p.setBrush(_st.bgActive);
|
||||
p.drawEllipse(
|
||||
|
|
Loading…
Add table
Reference in a new issue