From a5d1be1d5df851a9254a6e922347bf4648104997 Mon Sep 17 00:00:00 2001 From: Jim-Bim Date: Sat, 26 Sep 2009 14:22:44 +0000 Subject: [PATCH] AckisRecipeList: - fixed a frame reference torhal missed, filter panel now works again! --- ARLFrame.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ARLFrame.lua b/ARLFrame.lua index e8cdaa1..fd51dca 100644 --- a/ARLFrame.lua +++ b/ARLFrame.lua @@ -3397,8 +3397,8 @@ function addon:InitializeFrame() 25, 90, "TOPRIGHT", MainPanel, "TOPRIGHT", -8, -40, "GameFontNormalSmall", "GameFontHighlightSmall", L["FILTER_OPEN"], "CENTER", L["FILTER_OPEN_DESC"], 1) ARL_FilterButton:SetScript("OnClick", function() - local xPos = frame:GetLeft() - local yPos = frame:GetBottom() + local xPos = MainPanel:GetLeft() + local yPos = MainPanel:GetBottom() if MainPanel._is_expanded then -- Adjust the frame size and texture -- 1.7.9.5