diff options
author | McCabe Maxsted | 2009-03-07 18:32:19 -0700 |
---|---|---|
committer | McCabe Maxsted | 2009-03-07 18:32:19 -0700 |
commit | b6988f60c05aac3390ffd4634a1d6cc8c1a5dec1 (patch) | |
tree | f8c2fa243c30d150c0ffbb9b125ec027bdee4517 /linden/indra/newview/llfloaterstats.cpp | |
parent | Applied memleak patch from VWR-9400 (diff) | |
download | meta-impy-b6988f60c05aac3390ffd4634a1d6cc8c1a5dec1.zip meta-impy-b6988f60c05aac3390ffd4634a1d6cc8c1a5dec1.tar.gz meta-impy-b6988f60c05aac3390ffd4634a1d6cc8c1a5dec1.tar.bz2 meta-impy-b6988f60c05aac3390ffd4634a1d6cc8c1a5dec1.tar.xz |
Applied remember stats position and size patch from Latif Khalifa
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) |