summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorVadim ProductEngine <vsavchuk@productengine.com>2010-12-07 12:06:35 +0200
committerVadim ProductEngine <vsavchuk@productengine.com>2010-12-07 12:06:35 +0200
commit81313cb3047b215df8f6e4c053a2a656274a8983 (patch)
treef4ea888ebcb1b8cec3f7850568b22924f9fe1432 /indra
parente03e3257ab2405149c85277e7259dbc2b361dcb0 (diff)
STORM-732 FIXED Voice Morphing floater was opaque on first open.
Diffstat (limited to 'indra')
-rw-r--r--indra/llui/llfloater.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/llui/llfloater.cpp b/indra/llui/llfloater.cpp
index 7727e154da..e79e280b20 100644
--- a/indra/llui/llfloater.cpp
+++ b/indra/llui/llfloater.cpp
@@ -1462,6 +1462,9 @@ void LLFloater::setFrontmost(BOOL take_focus)
// there are more than one floater view
// so we need to query our parent directly
((LLFloaterView*)getParent())->bringToFront(this, take_focus);
+
+ // Make sure we use the active floater transparency settings (STORM-732).
+ updateTransparency(TT_ACTIVE);
}
}