Inv menus appear now. Still need to update llmenugl and its variants, since our current version is buggy. Also need to look into why inventory postfixes aren't appearing.
This commit is contained in:
@@ -493,6 +493,7 @@ void LLScrollableContainerView::draw()
|
||||
|
||||
void LLScrollableContainerView::updateScroll()
|
||||
{
|
||||
if(!mScrolledView)return;
|
||||
LLRect doc_rect = mScrolledView->getRect();
|
||||
S32 doc_width = doc_rect.getWidth();
|
||||
S32 doc_height = doc_rect.getHeight();
|
||||
|
||||
Reference in New Issue
Block a user