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