summaryrefslogtreecommitdiff
path: root/indra/newview/lltoast.cpp
diff options
context:
space:
mode:
authorAlexander Gavriliuk <alexandrgproductengine@lindenlab.com>2024-04-29 00:04:24 +0200
committerGuru <alexandrgproductengine@lindenlab.com>2024-05-02 03:39:35 +0200
commitfaefd351638b80a0e0bd2383303acd2a50c7b297 (patch)
tree9bec557e551336c70c11600509239caaf3730987 /indra/newview/lltoast.cpp
parent18f23d9a559d3b5ed61d4fc4d3cfa9fa6c50689c (diff)
secondlife/viewer#1330 EmojiPicker inserts emoji to inactive chat floater
Diffstat (limited to 'indra/newview/lltoast.cpp')
-rw-r--r--indra/newview/lltoast.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/lltoast.cpp b/indra/newview/lltoast.cpp
index 223aaad811..b99d025346 100644
--- a/indra/newview/lltoast.cpp
+++ b/indra/newview/lltoast.cpp
@@ -421,7 +421,7 @@ void LLToast::setVisible(BOOL show)
if(mHideBtn)
mHideBtn->setVisible(show);
}
- LLFloater::setVisible(show);
+ LLModalDialog::setVisible(show);
if (mPanel
&& !mPanel->isDead()
&& mWrapperPanel