From 8804cdcf1757b84284000e837c820fef7d9ee504 Mon Sep 17 00:00:00 2001 From: Adrian L Lange Date: Sun, 27 Dec 2009 03:43:52 +0100 Subject: [PATCH] Recolor the castbar icon instead of the backdrop - The blue color fucked over the backdrop looks --- oUF_P3lim.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/oUF_P3lim.lua b/oUF_P3lim.lua index ccdf3a3..941518f 100644 --- a/oUF_P3lim.lua +++ b/oUF_P3lim.lua @@ -87,9 +87,9 @@ end local function castIcon(self, event, unit) local castbar = self.Castbar if(castbar.interrupt) then - castbar.Button:SetBackdropColor(0, 0.9, 1) + castbar.icon:SetVertexColor(1, 0, 0) else - castbar.Button:SetBackdropColor(0, 0, 0) + castbar.icon:SetVertexColor(1, 1, 1) end end -- 1.7.9.5