From 72b2db9dfbe984c4c49d193dcb6d9d77f766762c Mon Sep 17 00:00:00 2001 From: Adrian L Lange Date: Mon, 17 Aug 2009 23:08:53 +0200 Subject: [PATCH] Pet xp bar should also replicate backdrop, if there is any --- oUF_Experience.lua | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/oUF_Experience.lua b/oUF_Experience.lua index e066851..4693510 100644 --- a/oUF_Experience.lua +++ b/oUF_Experience.lua @@ -123,6 +123,11 @@ local function enable(self, unit) bar.bg:SetParent(bar) bar.bg:SetAllPoints(bar) end + + if(bar.Rested:GetBackdrop()) then + bar:SetBackdrop(bar.Rested:GetBackdrop()) + bar:SetBackdropColor(bar.Rested:GetBackdropColor()) + end end end -- 1.7.9.5