diff options
| author | Merov Linden <merov@lindenlab.com> | 2011-10-19 14:11:34 -0700 |
|---|---|---|
| committer | Merov Linden <merov@lindenlab.com> | 2011-10-19 14:11:34 -0700 |
| commit | b477f3c9af39dd49fcdb88f330f60c8b166fa0e8 (patch) | |
| tree | d04b72a8ce62dee897c626a3bc5374b67eb2649f /indra/newview/llfloatercamera.cpp | |
| parent | b8e954f98d37cb8e045135dd6bbaab9fc4421529 (diff) | |
| parent | 3e61b37258fc88916d45ee47a2a9fbb3baf934cf (diff) | |
Pull from richard/viewer-experience-fui
Diffstat (limited to 'indra/newview/llfloatercamera.cpp')
| -rw-r--r-- | indra/newview/llfloatercamera.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/indra/newview/llfloatercamera.cpp b/indra/newview/llfloatercamera.cpp index aa78bc4f29..b33dea4890 100644 --- a/indra/newview/llfloatercamera.cpp +++ b/indra/newview/llfloatercamera.cpp @@ -347,13 +347,12 @@ LLFloaterCamera::LLFloaterCamera(const LLSD& val) mPrevMode(CAMERA_CTRL_MODE_PAN) { LLHints::registerHintTarget("view_popup", LLView::getHandle()); + mCommitCallbackRegistrar.add("CameraPresets.ChangeView", boost::bind(&LLFloaterCamera::onClickCameraItem, _2)); } // virtual 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); |
