SL-20356 Show tooltip for the empty-recent textbox
parent
80bdfe3b5e
commit
2e0892e530
|
|
@ -264,7 +264,8 @@ BOOL LLFloaterIMSessionTab::postBuild()
|
|||
mEmojiRecentPanel = getChild<LLLayoutPanel>("emoji_recent_layout_panel");
|
||||
mEmojiRecentPanel->setVisible(false);
|
||||
|
||||
mEmojiRecentEmptyText = getChildView("emoji_recent_empty_text");
|
||||
mEmojiRecentEmptyText = getChild<LLTextBox>("emoji_recent_empty_text");
|
||||
mEmojiRecentEmptyText->setToolTip(mEmojiRecentEmptyText->getText());
|
||||
mEmojiRecentEmptyText->setVisible(false);
|
||||
|
||||
mEmojiRecentIconsCtrl = getChild<LLPanelEmojiComplete>("emoji_recent_icons_ctrl");
|
||||
|
|
|
|||
|
|
@ -172,7 +172,7 @@ protected:
|
|||
LLLayoutPanel* mToolbarPanel;
|
||||
LLLayoutPanel* mInputButtonPanel;
|
||||
LLLayoutPanel* mEmojiRecentPanel;
|
||||
LLView* mEmojiRecentEmptyText;
|
||||
LLTextBox* mEmojiRecentEmptyText;
|
||||
LLPanelEmojiComplete* mEmojiRecentIconsCtrl;
|
||||
LLParticipantList* getParticipantList();
|
||||
conversations_widgets_map mConversationsWidgets;
|
||||
|
|
|
|||
Loading…
Reference in New Issue