From 4913f2470387d0348a1b8fb31ead456a50176dd6 Mon Sep 17 00:00:00 2001 From: James Whitehead II Date: Thu, 31 Jan 2008 13:44:23 +0000 Subject: [PATCH] * Set the scale whenever necessary --- PerfectRaid.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/PerfectRaid.lua b/PerfectRaid.lua index ea7d393..8fb0b02 100644 --- a/PerfectRaid.lua +++ b/PerfectRaid.lua @@ -243,6 +243,9 @@ function PerfectRaid:CreateRaidFrame(idx) local yoffset = options.alignbottom and 1 or -1 + -- Set the frame's scale + frame:SetScale(options.scale) + frame:SetAttribute("point", options.alignbottom and "BOTTOM" or "TOP") frame:SetAttribute("groupFilter", options.filter or "") frame:SetAttribute("template", "SecureUnitButtonTemplate") -- 1.7.9.5