mirror of
https://github.com/Bluewhale1337/ElvUIModernized.git
synced 2026-07-28 08:54:43 +00:00
clear positions tab textures
This commit is contained in:
@@ -112,9 +112,6 @@ local methods = {
|
|||||||
|
|
||||||
-- Normal texture
|
-- Normal texture
|
||||||
local texture = _G[tabname.."Left"]
|
local texture = _G[tabname.."Left"]
|
||||||
texture:ClearAllPoints()
|
|
||||||
texture:SetPoint("BOTTOMLEFT", tab,"BOTTOMLEFT")
|
|
||||||
texture:SetPoint("TOPLEFT", tab,"TOPLEFT")
|
|
||||||
texture:SetTexture("Interface\\ChatFrame\\ChatFrameTab")
|
texture:SetTexture("Interface\\ChatFrame\\ChatFrameTab")
|
||||||
texture = _G[tabname.."Middle"]
|
texture = _G[tabname.."Middle"]
|
||||||
texture:SetTexture("Interface\\ChatFrame\\ChatFrameTab")
|
texture:SetTexture("Interface\\ChatFrame\\ChatFrameTab")
|
||||||
@@ -122,9 +119,6 @@ local methods = {
|
|||||||
texture:SetTexture("Interface\\ChatFrame\\ChatFrameTab")
|
texture:SetTexture("Interface\\ChatFrame\\ChatFrameTab")
|
||||||
-- Disabled texture
|
-- Disabled texture
|
||||||
texture = _G[tabname.."LeftDisabled"]
|
texture = _G[tabname.."LeftDisabled"]
|
||||||
texture:ClearAllPoints()
|
|
||||||
texture:SetPoint("BOTTOMLEFT", tab,"BOTTOMLEFT")
|
|
||||||
texture:SetPoint("TOPLEFT", tab,"TOPLEFT")
|
|
||||||
texture:SetTexture("Interface\\ChatFrame\\ChatFrameTab")
|
texture:SetTexture("Interface\\ChatFrame\\ChatFrameTab")
|
||||||
texture = _G[tabname.."MiddleDisabled"]
|
texture = _G[tabname.."MiddleDisabled"]
|
||||||
texture:SetTexture("Interface\\ChatFrame\\ChatFrameTab")
|
texture:SetTexture("Interface\\ChatFrame\\ChatFrameTab")
|
||||||
|
|||||||
Reference in New Issue
Block a user