mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-02 07:35:12 +00:00
Fix custom emoji position in sets.
This commit is contained in:
@@ -1064,7 +1064,6 @@ void EmojiListWidget::drawCustom(
|
|||||||
QPoint position,
|
QPoint position,
|
||||||
int set,
|
int set,
|
||||||
int index) {
|
int index) {
|
||||||
position += _innerPosition + _customPosition;
|
|
||||||
auto &custom = _custom[set];
|
auto &custom = _custom[set];
|
||||||
custom.painted = true;
|
custom.painted = true;
|
||||||
auto &entry = custom.list[index];
|
auto &entry = custom.list[index];
|
||||||
|
Reference in New Issue
Block a user