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);

View File

@@ -9,7 +9,7 @@
<text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
bottom="-110" drop_shadow_visible="true" enabled="true" follows="left|top"
font="SansSerifSmall" h_pad="0" halign="center" height="14" left="4"
mouse_opaque="true" name="Multiple" v_pad="0" width="163">
mouse_opaque="false" name="Multiple" v_pad="0" width="163">
Multiple
</text>
<text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false"