Fixed LLUploadDialog to display it's text.

Also made the view rectangle have some minimal size (1/10th of the
screens width and height).
Increased the used font a bit.
Fixed removal of the dialog in the case of uploading to profile feed.
This commit is contained in:
Aleric Inglewood
2013-01-10 18:11:45 +01:00
parent 136e6dd389
commit 9175bc0e16
4 changed files with 12 additions and 9 deletions

View File

@@ -1185,7 +1185,7 @@ void LLView::drawChildren()
{
// Only draw views that are within the root view
LLRect screen_rect = viewp->calcScreenRect();
if ( rootp->getLocalRect().overlaps(screen_rect) )
if ( rootp->getRect().overlaps(screen_rect) )
{
//gGL.matrixMode(LLRender::MM_MODELVIEW);
LLUI::pushMatrix();