diff options
| author | angela <angela@lindenlab.com> | 2010-03-03 13:52:14 +0800 |
|---|---|---|
| committer | angela <angela@lindenlab.com> | 2010-03-03 13:52:14 +0800 |
| commit | 5777dfaae6268dffee83d7a457c024b1a89f81ff (patch) | |
| tree | 063583a1f9f7441356814be5891e6a7bcc61b9d4 /indra/newview/llpanelclassified.cpp | |
| parent | 70cc2d6974d034055e177a16c9fccc3b7b5e7c63 (diff) | |
| parent | 3c443a9287f5827316f96a14316f53e3919c57ac (diff) | |
merge
Diffstat (limited to 'indra/newview/llpanelclassified.cpp')
| -rw-r--r-- | indra/newview/llpanelclassified.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/newview/llpanelclassified.cpp b/indra/newview/llpanelclassified.cpp index b4c13da91e..836331b44b 100644 --- a/indra/newview/llpanelclassified.cpp +++ b/indra/newview/llpanelclassified.cpp @@ -1155,6 +1155,8 @@ LLPanelClassifiedInfo::LLPanelClassifiedInfo() , mInfoLoaded(false) , mScrollingPanel(NULL) , mScrollContainer(NULL) + , mScrollingPanelMinHeight(0) + , mScrollingPanelWidth(0) { } @@ -1292,11 +1294,13 @@ void LLPanelClassifiedInfo::resetControls() { childSetEnabled("edit_btn", TRUE); childSetVisible("edit_btn", TRUE); + childSetVisible("auto_renew", TRUE); } else { childSetEnabled("edit_btn", FALSE); childSetVisible("edit_btn", FALSE); + childSetVisible("auto_renew", FALSE); } } |
