#68 The 'Recently used emoji' can not be selected by the 'Tab' key

master
Alexander Gavriliuk 2024-02-09 12:54:09 +01:00 committed by Guru
parent afc9252372
commit b4e29ec0e9
2 changed files with 1 additions and 3 deletions

View File

@ -465,6 +465,7 @@ void LLFloaterIMSessionTab::onEmojiRecentPanelToggleBtnClicked()
void LLFloaterIMSessionTab::onEmojiPickerShowBtnClicked()
{
mInputEditor->setFocus(TRUE);
mInputEditor->showEmojiHelper();
}

View File

@ -305,7 +305,6 @@
tool_tip="Shows/hides recent emojis"
follows="right|bottom"
font="EmojiLarge"
tab_stop="false"
image_hover_unselected="Toolbar_Middle_Over"
image_selected="Toolbar_Middle_Selected"
image_unselected="Toolbar_Middle_Off"
@ -354,7 +353,6 @@
name="emoji_recent_icons_ctrl"
follows="top|left|right"
layout="topleft"
tab_stop="false"
max_visible="20"
top="0"
left="1"
@ -366,7 +364,6 @@
tool_tip="Shows/hides emoji picker"
follows="right|bottom"
layout="topleft"
tab_stop="false"
bottom="-5"
right="-3"
height="20"