diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/llfloaterstats.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/linden/indra/newview/llfloaterstats.cpp b/linden/indra/newview/llfloaterstats.cpp index 745cb27..17e600e 100644 --- a/linden/indra/newview/llfloaterstats.cpp +++ b/linden/indra/newview/llfloaterstats.cpp | |||
@@ -38,6 +38,7 @@ | |||
38 | #include "llfloater.h" | 38 | #include "llfloater.h" |
39 | #include "llstatview.h" | 39 | #include "llstatview.h" |
40 | #include "llscrollcontainer.h" | 40 | #include "llscrollcontainer.h" |
41 | #include "llviewercontrol.h" | ||
41 | 42 | ||
42 | const S32 LL_SCROLL_BORDER = 1; | 43 | const S32 LL_SCROLL_BORDER = 1; |
43 | 44 | ||
@@ -64,6 +65,8 @@ LLFloaterStats::LLFloaterStats(const LLRect& rect) | |||
64 | 65 | ||
65 | LLFloaterStats::~LLFloaterStats() | 66 | LLFloaterStats::~LLFloaterStats() |
66 | { | 67 | { |
68 | // save position of floater | ||
69 | gSavedSettings.setRect("FloaterStatsRect", getRect()); | ||
67 | } | 70 | } |
68 | 71 | ||
69 | void LLFloaterStats::reshape(S32 width, S32 height, BOOL called_from_parent) | 72 | void LLFloaterStats::reshape(S32 width, S32 height, BOOL called_from_parent) |