diff options
author | Vadim ProductEngine <vsavchuk@productengine.com> | 2010-12-06 19:19:31 +0200 |
---|---|---|
committer | Vadim ProductEngine <vsavchuk@productengine.com> | 2010-12-06 19:19:31 +0200 |
commit | e03e3257ab2405149c85277e7259dbc2b361dcb0 (patch) | |
tree | 5096a849bd8f66b4713ca80601a224fb8254e20f /indra/newview/llfloatercamera.cpp | |
parent | 37c65e371d15bce250a2df3cc7c1a1cd235ec2fa (diff) |
STORM-730 FIXED Made Movement Controls, Camera Controls and Nearby Voice floaters use active floater transparency.
Diffstat (limited to 'indra/newview/llfloatercamera.cpp')
-rw-r--r-- | indra/newview/llfloatercamera.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llfloatercamera.cpp b/indra/newview/llfloatercamera.cpp index ad24c6534a..90a9879949 100644 --- a/indra/newview/llfloatercamera.cpp +++ b/indra/newview/llfloatercamera.cpp @@ -343,6 +343,7 @@ BOOL LLFloaterCamera::postBuild() { setIsChrome(TRUE); setTitleVisible(TRUE); // restore title visibility after chrome applying + updateTransparency(TT_ACTIVE); // force using active floater transparency (STORM-730) mRotate = getChild<LLJoystickCameraRotate>(ORBIT); mZoom = findChild<LLPanelCameraZoom>(ZOOM); |