diff options
author | Eugene Mutavchi <emutavchi@productengine.com> | 2010-02-24 20:11:33 +0200 |
---|---|---|
committer | Eugene Mutavchi <emutavchi@productengine.com> | 2010-02-24 20:11:33 +0200 |
commit | 1852382e45f3f1ce97686dcbe72300cab8eff465 (patch) | |
tree | a778bcf76e5608e6fb276769056e4508492df5db /indra/newview/llpanelclassified.cpp | |
parent | e8c52502c351e6b96486adcd4b2d1cd103ac122e (diff) |
Related to low bug EXT-5523 (Bottom part of "Create classfield dialog" is overlapped by unnecessary scroller) - changed the height of content panel
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/llpanelclassified.cpp')
-rw-r--r-- | indra/newview/llpanelclassified.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llpanelclassified.cpp b/indra/newview/llpanelclassified.cpp index 2a794a06b5..b4c13da91e 100644 --- a/indra/newview/llpanelclassified.cpp +++ b/indra/newview/llpanelclassified.cpp @@ -1153,6 +1153,8 @@ void LLPanelClassified::setDefaultAccessCombo() LLPanelClassifiedInfo::LLPanelClassifiedInfo() : LLPanel() , mInfoLoaded(false) + , mScrollingPanel(NULL) + , mScrollContainer(NULL) { } |