MAINT-4009: Patching a minor leak for when the status text box for the folder view has not been reparented.
parent
35fe7aaedd
commit
b34cdbaa69
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue