From 89f3b45888c1b2a1905bc7f9627b0a2d32b7a9f8 Mon Sep 17 00:00:00 2001 From: John Preston Date: Sat, 18 Feb 2017 14:28:21 +0300 Subject: [PATCH] Fix of neutral emoji color variant choice saving. --- Telegram/SourceFiles/stickers/emoji_pan.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Telegram/SourceFiles/stickers/emoji_pan.cpp b/Telegram/SourceFiles/stickers/emoji_pan.cpp index 0a12c8f1b..d3ef7e6fb 100644 --- a/Telegram/SourceFiles/stickers/emoji_pan.cpp +++ b/Telegram/SourceFiles/stickers/emoji_pan.cpp @@ -517,7 +517,7 @@ QRect EmojiPanInner::emojiRect(int tab, int sel) { } void EmojiPanInner::onColorSelected(EmojiPtr emoji) { - if (emoji->colored()) { + if (emoji->hasVariants()) { cRefEmojiVariants().insert(emoji->nonColoredId(), emoji->variantIndex(emoji)); } if (_pickerSel >= 0) {