Update custom raid frames for 9.0 BackdropTemplate
DDCorkum opened this issue ยท 2 comments
Problem:
- Blizzard is changing the backdrop borders in 9.0
Suggested solution(s):
- Inherit the new BackdropTemplate in 9.0 (but not yet Classic or BFA); or
- Custom-code the border templates to circumvent dependence on backdrops for all versions
Discussion:
- A custom-code solution might be an opportunity to resolve #49 (comment)
8.3.7.1 resolved this issue more broadly using the following patterns:
CreateFrame(__, __, __, BackdropTemplateMixin and "BackdropTemplate")
or
Mixin(frame, BackdropTemplateMixin or { })