Fixed texture creating passing wrong parameters
This commit is contained in:
+1
-1
@@ -3873,7 +3873,7 @@ local button_tab_template = DF.table.copy ({}, DF:GetTemplate ("button", "OPTION
|
||||
button_tab_template.backdropbordercolor = nil
|
||||
|
||||
DF.TabContainerFunctions.CreateUnderlineGlow = function (button)
|
||||
local selectedGlow = button:CreateTexture (nil, "background", -4)
|
||||
local selectedGlow = button:CreateTexture (nil, "background", nil, -4)
|
||||
selectedGlow:SetPoint ("topleft", button.widget, "bottomleft", -7, 0)
|
||||
selectedGlow:SetPoint ("topright", button.widget, "bottomright", 7, 0)
|
||||
selectedGlow:SetTexture ([[Interface\BUTTONS\UI-Panel-Button-Glow]])
|
||||
|
||||
Reference in New Issue
Block a user