summaryrefslogtreecommitdiff
path: root/indra/newview/lltoast.cpp
diff options
context:
space:
mode:
authorRichard Linden <none@none>2010-06-01 18:34:35 -0700
committerRichard Linden <none@none>2010-06-01 18:34:35 -0700
commitbf8e93c6dcd73dfcf6693391e8c0812c90cf2c57 (patch)
tree047423c2abd5362d314323c958fce3e69a9a2f4a /indra/newview/lltoast.cpp
parentb6250ac93afb61fcba9848b1516631af8fe53bc6 (diff)
parent8beb651d764032e47b976b7495a048174936e1e6 (diff)
merge
Diffstat (limited to 'indra/newview/lltoast.cpp')
-rw-r--r--indra/newview/lltoast.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/indra/newview/lltoast.cpp b/indra/newview/lltoast.cpp
index 568cd4cb19..9abfab300c 100644
--- a/indra/newview/lltoast.cpp
+++ b/indra/newview/lltoast.cpp
@@ -271,7 +271,10 @@ void LLToast::setVisible(BOOL show)
{
mTimer->start();
}
- LLModalDialog::setFrontmost(FALSE);
+ if (!getVisible())
+ {
+ LLModalDialog::setFrontmost(FALSE);
+ }
}
else
{