mirror of https://github.com/procxx/kepka.git
Fix of neutral emoji color variant choice saving.
This commit is contained in:
parent
a2774848ba
commit
89f3b45888
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue