Skip to content
Snippets Groups Projects
Commit b4e29ec0 authored by Alexander Gavriliuk's avatar Alexander Gavriliuk Committed by Guru
Browse files

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

parent afc92523
No related branches found
No related tags found
No related merge requests found
......@@ -465,6 +465,7 @@ void LLFloaterIMSessionTab::onEmojiRecentPanelToggleBtnClicked()
void LLFloaterIMSessionTab::onEmojiPickerShowBtnClicked()
{
mInputEditor->setFocus(TRUE);
mInputEditor->showEmojiHelper();
}
......
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment