View Single Post
08-17-20, 08:45 AM   #26
Fizzlemizz
I did that?
 
Fizzlemizz's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Dec 2011
Posts: 1,871
There a several places the library would need to be updated depending on which parts you are using.

Things like around line 517 in InitializeTooltip(tooltip, key)
Code:
local backdrop = GameTooltip:GetBackdrop()
would be followed by
Code:
if not tooltip.SetBackdrop then
	Mixin(tooltip, BackdropTemplateMixin)
end
tooltip:SetBackdrop(backdrop)
__________________
Fizzlemizz
Maintainer of Discord Unit Frames and Discord Art.
Author of FauxMazzle, FauxMazzleHUD and Move Pad Plus.
  Reply With Quote