Quantcast

1 line instead of 2

Darthpred [11-09-12 - 14:02]
1 line instead of 2
Filename
ElvUI_SLE/modules/backgrounds/backgrounds.lua
diff --git a/ElvUI_SLE/modules/backgrounds/backgrounds.lua b/ElvUI_SLE/modules/backgrounds/backgrounds.lua
index aaf4269..6c02635 100644
--- a/ElvUI_SLE/modules/backgrounds/backgrounds.lua
+++ b/ElvUI_SLE/modules/backgrounds/backgrounds.lua
@@ -68,8 +68,7 @@ end
 function BG:FramesSize()
 	local db = E.db.sle.backgrounds
 	for k,v in pairs(Fr) do
-		v[1]:SetWidth(db[v[2]].width)
-		v[1]:SetHeight(db[v[2]].height)
+		v[1]:SetSize(db[v[2]].width, db[v[2]].height)
 	end
 end