summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Gavriliuk <alexandrgproductengine@lindenlab.com>2024-07-03 14:58:07 +0200
committerGuru <alexandrgproductengine@lindenlab.com>2024-07-03 15:23:19 +0200
commit32f3107a2038a20e056a87ab6bb4f094f12e2ddf (patch)
tree35f617fe84a0133716d210a78f83137d088d84d5
parent42a9690daa127f34ec73120ac8a3580639f8067a (diff)
#1917 The 'No emoji selected' message appears and overlaps emoji name
-rw-r--r--indra/newview/llfloateremojipicker.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/indra/newview/llfloateremojipicker.cpp b/indra/newview/llfloateremojipicker.cpp
index d38f53eed6..0370182b01 100644
--- a/indra/newview/llfloateremojipicker.cpp
+++ b/indra/newview/llfloateremojipicker.cpp
@@ -849,8 +849,7 @@ void LLFloaterEmojiPicker::createEmojiIcon(const LLEmojiSearchResult& emoji,
void LLFloaterEmojiPicker::showPreview(bool show)
{
- //mPreview->setIcon(nullptr);
- mDummy->setVisible(show);
+ mDummy->setVisible(!show);
mPreview->setVisible(show);
}