diff options
| author | richard <none@none> | 2009-11-23 11:46:35 -0800 |
|---|---|---|
| committer | richard <none@none> | 2009-11-23 11:46:35 -0800 |
| commit | d4dc4cfddcc3faf17df992fd0ffae9ea18adf19f (patch) | |
| tree | 31429167e9a718f1b3f5183c4097d543a5ff9306 /indra/newview/llmoveview.cpp | |
| parent | dc88effc24e533bd96c5e88de07720b347689f14 (diff) | |
EXT-2460 - mouselook mode - remove unused UI elements
EXT-2504 - black bars present at top and bottom when in mouselook
reviewed by Leyla
Diffstat (limited to 'indra/newview/llmoveview.cpp')
| -rw-r--r-- | indra/newview/llmoveview.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llmoveview.cpp b/indra/newview/llmoveview.cpp index 93db337053..9e46a4422a 100644 --- a/indra/newview/llmoveview.cpp +++ b/indra/newview/llmoveview.cpp @@ -586,7 +586,8 @@ void LLPanelStandStopFlying::setVisible(BOOL visible) updatePosition(); } - LLPanel::setVisible(visible); + //change visibility of parent layout_panel to animate in/out + if (getParent()) getParent()->setVisible(visible); } BOOL LLPanelStandStopFlying::handleToolTip(S32 x, S32 y, MASK mask) |
