Fix custom emoji position in sets.
This commit is contained in:
parent
ec3957fcf3
commit
c46fd66abe
|
@ -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…
Reference in New Issue