Fix custom emoji position in sets.

This commit is contained in:
John Preston 2023-01-19 11:45:03 +04:00
parent ec3957fcf3
commit c46fd66abe
1 changed files with 0 additions and 1 deletions

View File

@ -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];