From 5c2e1a19f6cb79a20ee84343e0f9cae3064d9103 Mon Sep 17 00:00:00 2001 From: Tercio Jose Date: Fri, 2 Sep 2022 08:50:45 -0300 Subject: [PATCH] Fixed texture creating passing wrong parameters --- Libs/DF/fw.lua | 2 +- Libs/DF/panel.lua | 2 +- boot.lua | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Libs/DF/fw.lua b/Libs/DF/fw.lua index 0c1b96e7..3158c637 100644 --- a/Libs/DF/fw.lua +++ b/Libs/DF/fw.lua @@ -1,6 +1,6 @@ -local dversion = 342 +local dversion = 343 local major, minor = "DetailsFramework-1.0", dversion local DF, oldminor = LibStub:NewLibrary (major, minor) diff --git a/Libs/DF/panel.lua b/Libs/DF/panel.lua index e08825d6..52a2f984 100644 --- a/Libs/DF/panel.lua +++ b/Libs/DF/panel.lua @@ -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]]) diff --git a/boot.lua b/boot.lua index a7671a73..426d2d42 100644 --- a/boot.lua +++ b/boot.lua @@ -18,7 +18,7 @@ _detalhes.BFACORE = 131 --core version on BFA launch _detalhes.SHADOWLANDSCORE = 143 --core version on Shadowlands launch - _detalhes.dragonflight_beta_version = 16 + _detalhes.dragonflight_beta_version = 17 Details = _detalhes