Quantcast

* Set the scale whenever necessary

James Whitehead II [01-31-08 - 13:44]
* Set the scale whenever necessary
Filename
PerfectRaid.lua
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")