summaryrefslogtreecommitdiff
path: root/indra/llui
diff options
context:
space:
mode:
authorRichard Linden <none@none>2012-03-23 09:50:49 -0700
committerRichard Linden <none@none>2012-03-23 09:50:49 -0700
commiteec1ce27cbff5c26daf22220d7c3dc833cfaa749 (patch)
tree8458f6e618c3ba1707aaacd2cbe7cdeafb9dcc08 /indra/llui
parentb2085efa8bad3da7442f35f92c8fe7c65019e182 (diff)
parent531e01be14b47aefdd7022456c0ea3300a852d44 (diff)
Automated merge with ssh://hg.lindenlab.com/richard/viewer-experience
Diffstat (limited to 'indra/llui')
-rw-r--r--indra/llui/llfloater.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/indra/llui/llfloater.cpp b/indra/llui/llfloater.cpp
index f6d4daba4e..3f8116d8d6 100644
--- a/indra/llui/llfloater.cpp
+++ b/indra/llui/llfloater.cpp
@@ -911,6 +911,13 @@ bool LLFloater::applyRectControl()
}
}
+ if (saved_rect)
+ {
+ // propagate any derived positioning data back to settings file
+ storeRectControl();
+ }
+
+
return saved_rect;
}