Quantcast

Changed the texture layer of the MainPanel's backdrop from "ARTWORK" to "BACKGROUND".

James D. Callahan III [04-19-10 - 11:53]
Changed the texture layer of the MainPanel's backdrop from "ARTWORK" to "BACKGROUND".
Filename
Frame.lua
diff --git a/Frame.lua b/Frame.lua
index c11ed8e..5100027 100644
--- a/Frame.lua
+++ b/Frame.lua
@@ -944,7 +944,7 @@ do

 	addon.Frame = MainPanel

-	MainPanel.backdrop = MainPanel:CreateTexture("AckisRecipeList.bgTexture", "ARTWORK")
+	MainPanel.backdrop = MainPanel:CreateTexture("AckisRecipeList.bgTexture", "BACKGROUND")
 	MainPanel.backdrop:SetTexture("Interface\\Addons\\AckisRecipeList\\img\\main")
 	MainPanel.backdrop:SetAllPoints(MainPanel)
 	MainPanel.backdrop:SetTexCoord(0, (MAINPANEL_NORMAL_WIDTH/512), 0, (447/512))