Toc Updates

This commit is contained in:
Tercio Jose
2022-06-01 15:10:15 -03:00
parent 53798fbd2f
commit 7b8beeca36
11 changed files with 16 additions and 12 deletions
+4
View File
@@ -1207,6 +1207,10 @@ function DF:CreateNewDropdownFrame (parent, name)
child:SetPoint ("topleft", scroll, "topleft", 0, 0)
child:SetBackdrop (child_backdrop)
child:SetBackdropColor (0, 0, 0, 1)
local t = child:CreateTexture(nil, "background")
t:SetAllPoints()
t:SetColorTexture(0, 0, 0, 1)
DF:ApplyStandardBackdrop (child)