diff options
| author | Richard Linden <none@none> | 2010-08-12 15:18:25 -0700 |
|---|---|---|
| committer | Richard Linden <none@none> | 2010-08-12 15:18:25 -0700 |
| commit | 2c999688c4c792630865bd97c2b45ff886d9a26c (patch) | |
| tree | b9023a63b784a66439f8b13452504c94dcd89e63 /indra/newview/llmoveview.cpp | |
| parent | 00e4fb0ac8431bda3705c218a548557cfca7e749 (diff) | |
added remaining hints and fade in/fade out behavior
Diffstat (limited to 'indra/newview/llmoveview.cpp')
| -rw-r--r-- | indra/newview/llmoveview.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llmoveview.cpp b/indra/newview/llmoveview.cpp index 19615def93..148a5786cb 100644 --- a/indra/newview/llmoveview.cpp +++ b/indra/newview/llmoveview.cpp @@ -169,6 +169,7 @@ void LLFloaterMove::setVisible(BOOL visible) if (visible) { + LLFirstUse::notMoving(false); // Attach the Stand/Stop Flying panel. LLPanelStandStopFlying* ssf_panel = LLPanelStandStopFlying::getInstance(); ssf_panel->reparent(this); @@ -571,6 +572,7 @@ void LLPanelStandStopFlying::setStandStopFlyingMode(EStandStopFlyingMode mode) if (mode == SSFM_STAND) { LLFirstUse::sit(); + LLFirstUse::notMoving(false); } panel->mStandButton->setVisible(SSFM_STAND == mode); panel->mStopFlyingButton->setVisible(SSFM_STOP_FLYING == mode); |
