summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorAlexei Arabadji <aarabadji@productengine.com>2009-12-25 14:04:06 +0200
committerAlexei Arabadji <aarabadji@productengine.com>2009-12-25 14:04:06 +0200
commit3aabd408bd746e630f5f781caf180fbd7e20ac5f (patch)
tree58972fe5c9768051a62a1f80995fecb3042e5131 /indra
parent7eea562e8a9a44e3c9f5d08c5d2cd8f8053fd5ff (diff)
fixed EXT-3632 “Move floater closes after user click on Stop Flying btn”;
--HG-- branch : product-engine
Diffstat (limited to 'indra')
-rw-r--r--indra/newview/llmoveview.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llmoveview.cpp b/indra/newview/llmoveview.cpp
index 818e7e0db1..0ab3b07aea 100644
--- a/indra/newview/llmoveview.cpp
+++ b/indra/newview/llmoveview.cpp
@@ -684,7 +684,6 @@ void LLPanelStandStopFlying::onStopFlyingButtonClick()
gAgent.setFlying(FALSE);
setFocus(FALSE); // EXT-482
- setVisible(FALSE);
}
/**