MAINT-4009: Patching a minor leak for when the status text box for the folder view has not been reparented.

master
Stinson Linden 2014-05-12 23:43:36 +01:00
parent 35fe7aaedd
commit b34cdbaa69
1 changed files with 1 additions and 1 deletions

View File

@ -227,7 +227,7 @@ LLFolderView::LLFolderView(const Params& p)
mStatusTextBox = LLUICtrlFactory::create<LLTextBox> (text_p);
mStatusTextBox->setFollowsLeft();
mStatusTextBox->setFollowsTop();
//addChild(mStatusTextBox);
addChild(mStatusTextBox);
// make the popup menu available