mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 14:45:14 +00:00
Fix custom emoji position in sets.
This commit is contained in:
@@ -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];
|
||||
|
Reference in New Issue
Block a user