summaryrefslogtreecommitdiff
path: root/indra/newview/llmoveview.cpp
diff options
context:
space:
mode:
authorTofu Linden <tofu.linden@lindenlab.com>2010-01-29 10:24:45 -0800
committerTofu Linden <tofu.linden@lindenlab.com>2010-01-29 10:24:45 -0800
commit9459fd9137a2901f964bb307348b13d222c8287b (patch)
tree580499326c48072051dd6afcdd475e4676d1837c /indra/newview/llmoveview.cpp
parenta328cdc83015a46a87377ad3c822c730c03026a3 (diff)
parent092f93b0c1084edf68fc0536aa03a3c7b816505b (diff)
PE merge.
Diffstat (limited to 'indra/newview/llmoveview.cpp')
-rw-r--r--indra/newview/llmoveview.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/llmoveview.cpp b/indra/newview/llmoveview.cpp
index 5981baab60..4bf2bac649 100644
--- a/indra/newview/llmoveview.cpp
+++ b/indra/newview/llmoveview.cpp
@@ -651,6 +651,9 @@ void LLPanelStandStopFlying::reparent(LLFloaterMove* move_view)
// Detach from movement controls.
parent->removeChild(this);
mOriginalParent.get()->addChild(this);
+ // update parent with self visibility (it is changed in setVisible()). EXT-4743
+ mOriginalParent.get()->setVisible(getVisible());
+
mAttached = false;
updatePosition(); // don't defer until next draw() to avoid flicker
}