aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llui/llfloater.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/llui/llfloater.cpp')
-rw-r--r--linden/indra/llui/llfloater.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/linden/indra/llui/llfloater.cpp b/linden/indra/llui/llfloater.cpp
index 03914e2..bf50830 100644
--- a/linden/indra/llui/llfloater.cpp
+++ b/linden/indra/llui/llfloater.cpp
@@ -2571,6 +2571,8 @@ void LLMultiFloater::addFloater(LLFloater* floaterp, BOOL select_added_floater,
2571 floaterp->setCanResize(FALSE); 2571 floaterp->setCanResize(FALSE);
2572 floaterp->setCanDrag(FALSE); 2572 floaterp->setCanDrag(FALSE);
2573 floaterp->storeRectControl(); 2573 floaterp->storeRectControl();
2574 // avoid double rendering of floater background (makes it more opaque)
2575 floaterp->setBackgroundVisible(FALSE);
2574 2576
2575 if (mAutoResize) 2577 if (mAutoResize)
2576 { 2578 {