diff options
author | Andrey Lihatskiy <alihatskiy@productengine.com> | 2024-07-26 13:24:40 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-26 13:24:40 +0300 |
commit | 42b1cedc85b52571f411af3e896e005bdf92657a (patch) | |
tree | 3efd198cb59cc98e4c428cccf46cd13b1ba78954 /indra/newview/skins/default/xui | |
parent | 604cb4cb4dd71c0f90633e50d5b0108e3901c4ad (diff) | |
parent | a5d68b3801be0ea77259b387f3c86cca54fc59cc (diff) |
Merge pull request #2116 from RyeMutt/fix-findchild-part2
Fix more findChild calls during draw and frequent data callbacks
Diffstat (limited to 'indra/newview/skins/default/xui')
-rw-r--r-- | indra/newview/skins/default/xui/en/panel_edit_alpha.xml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/indra/newview/skins/default/xui/en/panel_edit_alpha.xml b/indra/newview/skins/default/xui/en/panel_edit_alpha.xml index 30fee7361f..ab0e447028 100644 --- a/indra/newview/skins/default/xui/en/panel_edit_alpha.xml +++ b/indra/newview/skins/default/xui/en/panel_edit_alpha.xml @@ -33,7 +33,6 @@ top="0" width="313" > <check_box - control_name="LowerAlphaTextureInvisible" follows="left|top" height="16" layout="topleft" @@ -58,7 +57,6 @@ </texture_picker> <check_box - control_name="UpperAlphaTextureInvisible" follows="left|top" height="16" layout="topleft" @@ -83,7 +81,6 @@ </texture_picker> <check_box - control_name="HeadAlphaTextureInvisible" follows="left|top" height="16" layout="topleft" @@ -108,7 +105,6 @@ </texture_picker> <check_box - control_name="Eye AlphaTextureInvisible" follows="left|top" height="16" layout="topleft" @@ -133,7 +129,6 @@ </texture_picker> <check_box - control_name="HairAlphaTextureInvisible" follows="left|top" height="16" layout="topleft" |