mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-15 21:57:10 +02:00
Fix custom emoji position in sets.
This commit is contained in:
parent
ec3957fcf3
commit
c46fd66abe
1 changed files with 0 additions and 1 deletions
|
@ -1064,7 +1064,6 @@ void EmojiListWidget::drawCustom(
|
|||
QPoint position,
|
||||
int set,
|
||||
int index) {
|
||||
position += _innerPosition + _customPosition;
|
||||
auto &custom = _custom[set];
|
||||
custom.painted = true;
|
||||
auto &entry = custom.list[index];
|
||||
|
|
Loading…
Add table
Reference in a new issue