mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +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 top = 0;
|
||||||
const auto size = SearchWithGroups::IconSizeOverride();
|
const auto size = SearchWithGroups::IconSizeOverride();
|
||||||
if (_chosen == index) {
|
if (_chosen == index) {
|
||||||
|
auto hq = PainterHighQualityEnabler(p);
|
||||||
p.setPen(Qt::NoPen);
|
p.setPen(Qt::NoPen);
|
||||||
p.setBrush(_st.bgActive);
|
p.setBrush(_st.bgActive);
|
||||||
p.drawEllipse(
|
p.drawEllipse(
|
||||||
|
|
Loading…
Add table
Reference in a new issue