Restrict `Icon` Regions to Default Layers
StormFX opened this issue ยท 0 comments
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
.