Make label 'Multiple' click through in texture selector

This commit is contained in:
Siana Gearz
2012-09-15 08:26:12 +02:00
parent fc0149cdbc
commit 65781e6080
2 changed files with 2 additions and 1 deletions

View File

@@ -1103,6 +1103,7 @@ LLTextureCtrl::LLTextureCtrl(
LLFontGL::getFontSansSerifSmall() );
mTentativeLabel->setHAlign( LLFontGL::HCENTER );
mTentativeLabel->setFollowsAll();
mTentativeLabel->setMouseOpaque(FALSE);
addChild( mTentativeLabel );
LLRect border_rect(0, getRect().getHeight(), getRect().getWidth(), 0);