Stanzilla / AdvancedInterfaceOptions

WoW Addon that restores access to removed interface options in Legion
https://www.curseforge.com/wow/addons/advancedinterfaceoptions
48 stars 11 forks source link

Fix bug loading on Shadowlands, also allows loading on BFA #36

Closed jayotterbein closed 3 years ago

jayotterbein commented 3 years ago

In Shadowlands one major API change was that frames no longer have a backdrop by default, so frames which are setting a backdrop need to inherit from 'BackdropTemplate'.

Stanzilla commented 3 years ago

Hey, thank you! You can just check for the existence of the template and avoid the shadowlands check, might still be nice to have for other bugs but for now we don't need it here :)

jayotterbein commented 3 years ago

Is something like this what you're looking for then?

Stanzilla commented 3 years ago

Thank you!