From 6c1c13f3d4d923c572f57e4054f68db0d21d251d Mon Sep 17 00:00:00 2001 From: James Whitehead II Date: Fri, 25 Jan 2008 16:50:59 +0000 Subject: [PATCH] * Fixed an issue where frames wouldn't update properly when changing options --- PerfectRaid.lua | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/PerfectRaid.lua b/PerfectRaid.lua index 46d0867..303ffca 100644 --- a/PerfectRaid.lua +++ b/PerfectRaid.lua @@ -117,6 +117,11 @@ function PerfectRaid:Enable() self:RegisterEvent("CHAT_MSG_SYSTEM") -- Create our raid frames + self:UpdateeRaidFrames() +end + +function PerfectRaid:UpdateRaidFrames() + -- Create our raid frames for idx,entry in ipairs(self.db.profile.headers) do self:CreateRaidFrame(idx) end -- 1.7.9.5