From 52c1896cfd3427243b6106b9aaf9243a8aa5a8c2 Mon Sep 17 00:00:00 2001 From: "James D. Callahan III" Date: Mon, 19 Apr 2010 07:53:48 -0400 Subject: [PATCH] Changed the texture layer of the MainPanel's backdrop from "ARTWORK" to "BACKGROUND". --- Frame.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) -- 1.7.9.5