Migrated baser LLStat* classes and their LLContainerView dependency to llui library and renamed LLScrollableContainerView to LLScrollContainer
This commit is contained in:
@@ -1629,7 +1629,7 @@ void LLPanelObjectInventory::reset()
|
||||
mFolders->getFilter()->setShowFolderState(LLInventoryFilter::SHOW_ALL_FOLDERS);
|
||||
|
||||
LLRect scroller_rect(0, getRect().getHeight(), getRect().getWidth(), 0);
|
||||
mScroller = new LLScrollableContainerView(std::string("task inventory scroller"), scroller_rect, mFolders );
|
||||
mScroller = new LLScrollContainer(std::string("task inventory scroller"), scroller_rect, mFolders );
|
||||
mScroller->setFollowsAll();
|
||||
addChild(mScroller);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user