Fixed more bugs on the new Breakdown Window

This commit is contained in:
Tercio Jose
2023-05-01 14:20:04 -03:00
parent 11a6c48ddd
commit 690168bef3
82 changed files with 938 additions and 913 deletions
@@ -127,7 +127,7 @@ do
tooltip = CreateFrame ("frame", nil, UIParent, "BackdropTemplate")
tooltip:SetFrameStrata ("tooltip")
tooltip:SetSize (1, 1)
_detalhes.gump:CreateBorder (tooltip)
Details.gump:CreateBorder (tooltip)
tooltip:SetBackdrop ({edgeFile = [[Interface\Buttons\WHITE8X8]], edgeSize = 1, bgFile = [[Interface\AddOns\Details\images\background]], tileSize = 64, tile = true})
tooltip:SetBackdropColor (.2, .2, .2, .99)
tooltip:SetBackdropBorderColor (unpack (comparisonFrameSettings.tooltipBorderColor))
@@ -218,7 +218,7 @@ do
tooltip = CreateFrame ("frame", nil, UIParent, "BackdropTemplate")
tooltip:SetFrameStrata ("tooltip")
tooltip:SetSize (1, 1)
_detalhes.gump:CreateBorder (tooltip)
Details.gump:CreateBorder (tooltip)
tooltip:SetBackdrop ({edgeFile = [[Interface\Buttons\WHITE8X8]], edgeSize = 1, bgFile = [[Interface\AddOns\Details\images\background]], tileSize = 64, tile = true})
tooltip:SetBackdropColor (0, 0, 0, 1)
tooltip:SetBackdropBorderColor (unpack (comparisonFrameSettings.tooltipBorderColor))