diff options
author | Todd Stinson <stinson@lindenlab.com> | 2012-06-27 13:30:01 -0700 |
---|---|---|
committer | Todd Stinson <stinson@lindenlab.com> | 2012-06-27 13:30:01 -0700 |
commit | 01545997da201e04731b14eb720765a19470974d (patch) | |
tree | 297b386d3e27b7afdc94443733749450e711a5c4 /indra/newview/llmoveview.cpp | |
parent | a818cd4f7336ed9b33dacd91fcaf5239a8be813d (diff) |
PATH-788: Adding more state information for the rebake region button to capture and display the rebaking states. Also, altering how the stop flying button works so that it does not hide the entire panel.
Diffstat (limited to 'indra/newview/llmoveview.cpp')
-rw-r--r-- | indra/newview/llmoveview.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llmoveview.cpp b/indra/newview/llmoveview.cpp index 65c73bb0ec..93f7146fc8 100644 --- a/indra/newview/llmoveview.cpp +++ b/indra/newview/llmoveview.cpp @@ -686,7 +686,7 @@ void LLPanelStandStopFlying::onStopFlyingButtonClick() gAgent.setFlying(FALSE); setFocus(FALSE); // EXT-482 - setVisible(FALSE); + mStopFlyingButton->setVisible(FALSE); } /** |