From 2938e9581bac5088f72672d256615cae3a38cebf Mon Sep 17 00:00:00 2001 From: Bunny67 Date: Sat, 21 Jul 2018 17:07:00 +0300 Subject: [PATCH] clear positions tab textures --- .../AceGUI-3.0/widgets/AceGUIContainer-TabGroup.lua | 6 ------ 1 file changed, 6 deletions(-) diff --git a/ElvUI_Config/Libraries/AceGUI-3.0/widgets/AceGUIContainer-TabGroup.lua b/ElvUI_Config/Libraries/AceGUI-3.0/widgets/AceGUIContainer-TabGroup.lua index b20e811..fbdf330 100644 --- a/ElvUI_Config/Libraries/AceGUI-3.0/widgets/AceGUIContainer-TabGroup.lua +++ b/ElvUI_Config/Libraries/AceGUI-3.0/widgets/AceGUIContainer-TabGroup.lua @@ -112,9 +112,6 @@ local methods = { -- Normal texture local texture = _G[tabname.."Left"] - texture:ClearAllPoints() - texture:SetPoint("BOTTOMLEFT", tab,"BOTTOMLEFT") - texture:SetPoint("TOPLEFT", tab,"TOPLEFT") texture:SetTexture("Interface\\ChatFrame\\ChatFrameTab") texture = _G[tabname.."Middle"] texture:SetTexture("Interface\\ChatFrame\\ChatFrameTab") @@ -122,9 +119,6 @@ local methods = { texture:SetTexture("Interface\\ChatFrame\\ChatFrameTab") -- Disabled texture texture = _G[tabname.."LeftDisabled"] - texture:ClearAllPoints() - texture:SetPoint("BOTTOMLEFT", tab,"BOTTOMLEFT") - texture:SetPoint("TOPLEFT", tab,"TOPLEFT") texture:SetTexture("Interface\\ChatFrame\\ChatFrameTab") texture = _G[tabname.."MiddleDisabled"] texture:SetTexture("Interface\\ChatFrame\\ChatFrameTab")