mirror of https://github.com/procxx/kepka.git
parent
5a63fc7bbb
commit
31998406dd
|
@ -615,7 +615,10 @@ QRect EmojiListWidget::emojiRect(int section, int sel) {
|
||||||
|
|
||||||
void EmojiListWidget::onColorSelected(EmojiPtr emoji) {
|
void EmojiListWidget::onColorSelected(EmojiPtr emoji) {
|
||||||
if (emoji->hasVariants()) {
|
if (emoji->hasVariants()) {
|
||||||
cRefEmojiVariants().insert(emoji->nonColoredId(), emoji->variantIndex(emoji));
|
cRefEmojiVariants().insert(
|
||||||
|
emoji->nonColoredId(),
|
||||||
|
emoji->variantIndex(emoji));
|
||||||
|
Auth().saveSettingsDelayed();
|
||||||
}
|
}
|
||||||
if (_pickerSel >= 0) {
|
if (_pickerSel >= 0) {
|
||||||
auto section = (_pickerSel / MatrixRowShift);
|
auto section = (_pickerSel / MatrixRowShift);
|
||||||
|
|
Loading…
Reference in New Issue