From bdb437e3b0e8aaa45493304b93128e8fe76cabe5 Mon Sep 17 00:00:00 2001 From: Yuri Chebotarev Date: Mon, 12 Apr 2010 14:21:34 +0300 Subject: fix for Bug EXT-6713 Normal Gaps in nearby chat toasts queue and EXT-6714 Normal Old chat toast is shown while chat log is open reviwed https://codereview.productengine.com/secondlife/r/212/ manttipov --HG-- branch : product-engine --- indra/newview/lltoast.cpp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'indra/newview/lltoast.cpp') diff --git a/indra/newview/lltoast.cpp b/indra/newview/lltoast.cpp index 60657d3fa7..911ed6ade7 100644 --- a/indra/newview/lltoast.cpp +++ b/indra/newview/lltoast.cpp @@ -285,6 +285,12 @@ void LLToast::setVisible(BOOL show) } LLModalDialog::setFrontmost(FALSE); } + else + { + //hide "hide" button in case toast was hidden without mouse_leave + if(mHideBtn) + mHideBtn->setVisible(show); + } LLFloater::setVisible(show); if(mPanel) { -- cgit v1.2.3