View Bug Report
SetBackdrop fixes not implemented on recently published version.
Bug #: 9002
File: ShinyBuffs
Date: 01-16-21 01:58 AM
By: Kabuto-eu
Status: Fixed
bugged line : SBmover = CreateFrame("Frame", nil, UIParent)
fixed line: SBmover = CreateFrame("Frame", nil, UIParent, BackdropTemplateMixin and "BackdropTemplate")

bugged line : btn.bg = CreateFrame("Frame", nil, btn)
fixed line: btn.bg = CreateFrame("Frame", nil, btn, BackdropTemplateMixin and "BackdropTemplate")

Fixes taken from the comment section of the ShinyBuffs addon on this site.

For some reason your recently published version has none of these SL SetBAckdrop fixes causing the addon to crash when displaying the anchor.

RSS 2.0 Feed for Bug CommentsNotes Sort Options
By: Seerah - 01-16-21 08:35 PM
I did forget to fix it on the mover frame. But the other line was already fixed. Apparently I never enabled the mover to move them.