Clean up appearance editor.

This commit is contained in:
Shyotl
2019-11-05 21:48:12 -06:00
parent a36e128e57
commit 36bfaf0f05
7 changed files with 153 additions and 433 deletions

View File

@@ -801,7 +801,7 @@ LLView* LLScrollContainer::fromXML(LLXMLNodePtr node, LLView *parent, LLUICtrlFa
panelp = new LLPanel(std::string("dummy"), LLRect::null, FALSE);
}
ret->mScrolledView = panelp;
ret->addChild(panelp);
return ret;
}