aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llfloatercustomize.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/llfloatercustomize.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/linden/indra/newview/llfloatercustomize.cpp b/linden/indra/newview/llfloatercustomize.cpp
index f564dad..7ac50ae 100644
--- a/linden/indra/newview/llfloatercustomize.cpp
+++ b/linden/indra/newview/llfloatercustomize.cpp
@@ -2162,6 +2162,8 @@ void LLFloaterCustomize::onTabChanged( void* userdata, bool from_click )
2162 2162
2163void LLFloaterCustomize::onClose(bool app_quitting) 2163void LLFloaterCustomize::onClose(bool app_quitting)
2164{ 2164{
2165 // since this window is potentially staying open, push to back to let next window take focus
2166 gFloaterView->sendChildToBack(this);
2165 handle_reset_view(); // Calls askToSaveAllIfDirty 2167 handle_reset_view(); // Calls askToSaveAllIfDirty
2166} 2168}
2167 2169