View Single Post
10-16-20, 01:01 PM   #4
Fizzlemizz
I did that?
 
Fizzlemizz's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Dec 2011
Posts: 1,877
Presumably window.lua line 256 (just before the line causing the error by calling xx:Setbackdrop(...))
Code:
if not xxx.SetBackdrop then
    Mixin(xxx, BackdropTemplateMixin)
end
xx:Setbackdrop(...)
xxx being whatever the frame name is in the code.
__________________
Fizzlemizz
Maintainer of Discord Unit Frames and Discord Art.
Author of FauxMazzle, FauxMazzleHUD and Move Pad Plus.

Last edited by Fizzlemizz : 10-16-20 at 01:03 PM.
  Reply With Quote