Make label 'Multiple' click through in texture selector
This commit is contained in:
@@ -1103,6 +1103,7 @@ LLTextureCtrl::LLTextureCtrl(
|
|||||||
LLFontGL::getFontSansSerifSmall() );
|
LLFontGL::getFontSansSerifSmall() );
|
||||||
mTentativeLabel->setHAlign( LLFontGL::HCENTER );
|
mTentativeLabel->setHAlign( LLFontGL::HCENTER );
|
||||||
mTentativeLabel->setFollowsAll();
|
mTentativeLabel->setFollowsAll();
|
||||||
|
mTentativeLabel->setMouseOpaque(FALSE);
|
||||||
addChild( mTentativeLabel );
|
addChild( mTentativeLabel );
|
||||||
|
|
||||||
LLRect border_rect(0, getRect().getHeight(), getRect().getWidth(), 0);
|
LLRect border_rect(0, getRect().getHeight(), getRect().getWidth(), 0);
|
||||||
|
|||||||
@@ -9,7 +9,7 @@
|
|||||||
<text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
|
<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"
|
bottom="-110" drop_shadow_visible="true" enabled="true" follows="left|top"
|
||||||
font="SansSerifSmall" h_pad="0" halign="center" height="14" left="4"
|
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
|
Multiple
|
||||||
</text>
|
</text>
|
||||||
<text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
|
<text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
|
||||||
|
|||||||
Reference in New Issue
Block a user