From 13550c449c582f7dffaeefb67c7c1d7c30c74e71 Mon Sep 17 00:00:00 2001 From: Bunny67 Date: Thu, 6 Aug 2020 18:18:06 +0300 Subject: [PATCH] oops, superfluous from retail --- .../AceGUI-Widgets/AceGUIContainer-WeakAurasTreeGroup.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WeakAurasOptions/AceGUI-Widgets/AceGUIContainer-WeakAurasTreeGroup.lua b/WeakAurasOptions/AceGUI-Widgets/AceGUIContainer-WeakAurasTreeGroup.lua index 4262708..0ba0539 100644 --- a/WeakAurasOptions/AceGUI-Widgets/AceGUIContainer-WeakAurasTreeGroup.lua +++ b/WeakAurasOptions/AceGUI-Widgets/AceGUIContainer-WeakAurasTreeGroup.lua @@ -657,7 +657,7 @@ local function Constructor() treeframe:SetScript("OnSizeChanged", Tree_OnSizeChanged) treeframe:SetScript("OnMouseWheel", Tree_OnMouseWheel) - local treeframeBG = CreateFrame("Frame", nil, treeframe, BackdropTemplateMixin and "BackdropTemplate") + local treeframeBG = CreateFrame("Frame", nil, treeframe) treeframeBG:SetBackdrop(PaneBackdrop) treeframeBG:SetBackdropColor(0.1, 0.1, 0.1, 0.5) treeframeBG:SetBackdropBorderColor(0.4, 0.4, 0.4)