You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Masque allowing skin authors to adjust the DrawLayer and DrawLevel of the Icon region causes issues with layering for some button types, specifically item buttons. Given the nature of the Icon region, it's best to restrict the region to its default layer, depending on the button type.
Restrict the draw layer/level of non-item buttons to BACKGROUND, 0.
Restrict the layer/level of item buttons to BORDER, 0.
The text was updated successfully, but these errors were encountered:
Masque allowing skin authors to adjust the
DrawLayer
andDrawLevel
of theIcon
region causes issues with layering for some button types, specifically item buttons. Given the nature of theIcon
region, it's best to restrict the region to its default layer, depending on the button type.BACKGROUND, 0
.BORDER, 0
.The text was updated successfully, but these errors were encountered: