diff options
author | Alexander Gavriliuk <alexandrgproductengine@lindenlab.com> | 2023-09-22 01:19:42 +0200 |
---|---|---|
committer | Guru <alexandrgproductengine@lindenlab.com> | 2023-09-22 01:29:32 +0200 |
commit | c40f63911c1fad5ea5a18894f530892ddb87c8ea (patch) | |
tree | 092952ce3ac9019a0671babd4c122c64377450e0 /indra/newview/llfloaterimsessiontab.h | |
parent | 9de22c0eb325e1bf1fd17020a9c6d61e5a162b3a (diff) |
SL-20294 The row of recent emojis displays the recently sent emoji only after clicking the collapsing smiley button
Diffstat (limited to 'indra/newview/llfloaterimsessiontab.h')
-rw-r--r-- | indra/newview/llfloaterimsessiontab.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfloaterimsessiontab.h b/indra/newview/llfloaterimsessiontab.h index d21f611172..0ff3d0b38c 100644 --- a/indra/newview/llfloaterimsessiontab.h +++ b/indra/newview/llfloaterimsessiontab.h @@ -217,7 +217,7 @@ private: static void onEmojiRecentPanelToggleBtnClicked(LLFloaterIMSessionTab* self); static void onEmojiPickerToggleBtnClicked(LLFloaterIMSessionTab* self); - void onEmojiRecentPanelOpening(); + void initEmojiRecentPanel(bool moveFocus); void onRecentEmojiPicked(const LLSD& value); void onEmojiPicked(llwchar emoji); void onEmojiPickerClosed(); |