diff options
author | Tofu Linden <tofu.linden@lindenlab.com> | 2010-04-16 11:24:55 +0100 |
---|---|---|
committer | Tofu Linden <tofu.linden@lindenlab.com> | 2010-04-16 11:24:55 +0100 |
commit | 2f19ad5957f0f802395612adce81d7fe02f1b885 (patch) | |
tree | f9dfc4f5722142cd84e612d2372e04c2a111dd44 /indra/newview/llmoveview.cpp | |
parent | 230314ac71a055458d9bff4fae744b8e25f7ada2 (diff) | |
parent | 05116bac35403e6d8f593b7f057602afa057396d (diff) |
merge from viewer-trunk
Diffstat (limited to 'indra/newview/llmoveview.cpp')
-rw-r--r-- | indra/newview/llmoveview.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llmoveview.cpp b/indra/newview/llmoveview.cpp index 4ccf5e1c7b..0ddc4efc81 100644 --- a/indra/newview/llmoveview.cpp +++ b/indra/newview/llmoveview.cpp @@ -697,6 +697,7 @@ void LLPanelStandStopFlying::onStandButtonClick() gAgent.setControlFlags(AGENT_CONTROL_STAND_UP); setFocus(FALSE); // EXT-482 + mStandButton->setVisible(FALSE); // force visibility changing to avoid seeing Stand & Move buttons at once. } void LLPanelStandStopFlying::onStopFlyingButtonClick() |