From 0043cd0db900e66cae8d596a0e7f4d02e83cdd00 Mon Sep 17 00:00:00 2001 From: James Whitehead II Date: Thu, 26 Apr 2007 22:32:53 +0000 Subject: [PATCH] * Fixed an issue where dragging the player frame would give an error * Fixed an issue where the blizzard party frames would not hide properly under all circumstances --- PerfectRaid.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/PerfectRaid.lua b/PerfectRaid.lua index b0f47f2..13c4c41 100644 --- a/PerfectRaid.lua +++ b/PerfectRaid.lua @@ -254,11 +254,11 @@ function PerfectRaid:CreateRaidFrame(idx) frame.player:Show() frame.player:SetWidth(224) frame.player:SetHeight(14) - - self.hasparty = true + frame.player.dragparent = frame end - if options.partyFrame then + if options.partyFrame then + self.hasparty = true if self.inparty then frame.player:Show() else -- 1.7.9.5