#68 The 'Recently used emoji' can not be selected by the 'Tab' key
parent
afc9252372
commit
b4e29ec0e9
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue