diff options
| author | Richard Linden <none@none> | 2010-06-15 13:54:06 -0700 |
|---|---|---|
| committer | Richard Linden <none@none> | 2010-06-15 13:54:06 -0700 |
| commit | 2b7188d6149ed01d3c078eed6da58155490c9f49 (patch) | |
| tree | 8f1e99d6065a3daa56d603f01d612adf6df1266b /indra/newview/llfolderview.cpp | |
| parent | f12aa928c557230664666ced9b55ef643bbfb7c2 (diff) | |
| parent | 8b95793c35c2fe1bf8ddf100fb4481b674ddfc63 (diff) | |
merge
Diffstat (limited to 'indra/newview/llfolderview.cpp')
| -rw-r--r-- | indra/newview/llfolderview.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llfolderview.cpp b/indra/newview/llfolderview.cpp index 74034cfbf7..f241d18a21 100644 --- a/indra/newview/llfolderview.cpp +++ b/indra/newview/llfolderview.cpp @@ -185,6 +185,7 @@ LLFolderView::LLFolderView(const Params& p) mRenameItem( NULL ), mNeedsScroll( FALSE ), mEnableScroll( true ), + mUseLabelSuffix(p.use_label_suffix), mPinningSelectedItem(FALSE), mNeedsAutoSelect( FALSE ), mAutoSelectOverride(FALSE), @@ -961,7 +962,7 @@ void LLFolderView::draw() } mStatusTextBox->setValue(mStatusText); mStatusTextBox->setVisible( TRUE ); - + // firstly reshape message textbox with current size. This is necessary to // LLTextBox::getTextPixelHeight works properly const LLRect local_rect = getLocalRect(); |
