From ce011d2822752373dc12a620be93c04e19c4307a Mon Sep 17 00:00:00 2001 From: Darthpred Date: Thu, 4 Aug 2016 12:52:45 +0300 Subject: [PATCH] Lets try this --- ElvUI_SLE/modules/enhancedshdows.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ElvUI_SLE/modules/enhancedshdows.lua b/ElvUI_SLE/modules/enhancedshdows.lua index 4193e7b..f934533 100644 --- a/ElvUI_SLE/modules/enhancedshdows.lua +++ b/ElvUI_SLE/modules/enhancedshdows.lua @@ -113,14 +113,14 @@ function ES:UpdateShadow(shadow) if E.db.sle.shadows.classcolor then r, g, b = ClassColor['r'], ClassColor['g'], ClassColor['b'] end local size = E.db.sle.shadows.size - if size ~= LastSize then + -- if size ~= LastSize then shadow:SetOutside(shadow:GetParent(), size, size) shadow:SetBackdrop({ edgeFile = Border, edgeSize = E:Scale(size > 3 and size or 3), insets = {left = E:Scale(5), right = E:Scale(5), top = E:Scale(5), bottom = E:Scale(5)}, }) - LastSize = size - end + -- LastSize = size + -- end shadow:SetBackdropColor(r, g, b, 0) shadow:SetBackdropBorderColor(r, g, b, 0.9) end -- 1.7.9.5