From faefd351638b80a0e0bd2383303acd2a50c7b297 Mon Sep 17 00:00:00 2001 From: Alexander Gavriliuk Date: Mon, 29 Apr 2024 00:04:24 +0200 Subject: secondlife/viewer#1330 EmojiPicker inserts emoji to inactive chat floater --- indra/newview/lltoast.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'indra/newview/lltoast.cpp') 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 -- cgit v1.2.3