More code cleanup and framework update

This commit is contained in:
Tercio Jose
2023-06-25 11:29:45 -03:00
parent fae511884c
commit 7b34b88ca3
10 changed files with 383 additions and 338 deletions
+1 -1
View File
@@ -4359,7 +4359,7 @@ function detailsFramework:ApplyStandardBackdrop(frame, bUseSolidColor, alphaScal
end
if (not frame.__background) then
frame.__background = frame:CreateTexture(nil, "background")
frame.__background = frame:CreateTexture(nil, "border", nil, -6)
frame.__background:SetColorTexture(red, green, blue)
frame.__background:SetAllPoints()
end