From c46fd66abe255e21498d6bf8226c945ad0d457aa Mon Sep 17 00:00:00 2001 From: John Preston Date: Thu, 19 Jan 2023 11:45:03 +0400 Subject: [PATCH] Fix custom emoji position in sets. --- Telegram/SourceFiles/chat_helpers/emoji_list_widget.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/Telegram/SourceFiles/chat_helpers/emoji_list_widget.cpp b/Telegram/SourceFiles/chat_helpers/emoji_list_widget.cpp index 966ffaf94..f2fa2d760 100644 --- a/Telegram/SourceFiles/chat_helpers/emoji_list_widget.cpp +++ b/Telegram/SourceFiles/chat_helpers/emoji_list_widget.cpp @@ -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];