diff options
| author | Oz Linden <oz@lindenlab.com> | 2010-12-02 15:27:20 -0500 |
|---|---|---|
| committer | Oz Linden <oz@lindenlab.com> | 2010-12-02 15:27:20 -0500 |
| commit | c1dbf70113274d543019778894f3e4017a174d7d (patch) | |
| tree | 13dee618db9156f6a24ec8f580fc60bb834be208 /indra/llui/llpanel.cpp | |
| parent | 673b3f0502fdfd4deb6f15b3fc9cba198bd326d9 (diff) | |
| parent | cc65a9dbe2a8570b3f392aacfb3a6ee1d76ee2be (diff) | |
merge fix for STORM-718
Diffstat (limited to 'indra/llui/llpanel.cpp')
| -rw-r--r-- | indra/llui/llpanel.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llui/llpanel.cpp b/indra/llui/llpanel.cpp index 900e2c789e..ff377ba3a1 100644 --- a/indra/llui/llpanel.cpp +++ b/indra/llui/llpanel.cpp @@ -194,6 +194,8 @@ void LLPanel::draw() // draw background if( mBgVisible ) { + alpha = getCurrentTransparency(); + LLRect local_rect = getLocalRect(); if (mBgOpaque ) { |
