From 4c7fcdf2e07682b87409a1f51ede7cd3263f8e77 Mon Sep 17 00:00:00 2001 From: Crum Date: Wed, 13 Dec 2017 09:34:55 -0600 Subject: [PATCH] 7 --- 2/3/4/5/6/7/ElvUI/Modules/Skins/Skins.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/2/3/4/5/6/7/ElvUI/Modules/Skins/Skins.lua b/2/3/4/5/6/7/ElvUI/Modules/Skins/Skins.lua index ccc6729..f57887b 100644 --- a/2/3/4/5/6/7/ElvUI/Modules/Skins/Skins.lua +++ b/2/3/4/5/6/7/ElvUI/Modules/Skins/Skins.lua @@ -256,9 +256,9 @@ function S:HandleEditBox(frame) if _G[frame:GetName() .."Right"] then E:Kill(_G[frame:GetName() .."Right"]) end if _G[frame:GetName() .."Mid"] then E:Kill(_G[frame:GetName() .."Mid"]) end - --if(frame:GetName():find("Silver") or frame:GetName():find("Copper")) then - -- frame.backdrop:SetPoint("BOTTOMRIGHT", -12, -2); - --end + if string.gfind(frame:GetName(), "Silver") or string.gfind(frame:GetName(), "Copper") then + frame.backdrop:SetPoint("BOTTOMRIGHT", -12, -2); + end end end