Bug: Cooldown Count Strata
Sythral opened this issue ยท 3 comments
I just realized I posted this on wowinterface and the correct method is to go through Github. Apologize for that!
I am having an issue with the strata of the CD text using blizzards in game cd text on action bars. https://i.imgur.com/EHxT6rn.png
The count of the item has a higher strata than the CD text. Without masque, dominos shows the cooldown above the count.
This should be fixed in 4ad0eba. Closing.
An update to this: The reason this is occurring is because the cool down count is part of the cool down frame. Masque puts the cool down frame below the button frame in order for the "Normal" texture to clip the edges of the cool down animation, to account for odd shapes.
With the ability to customize the cool down texture, it may be that the animation can be masked via an alpha channel and if that's the case, it may not be necessary to lower the frame. I'll look into it.