From 1bde87d2d7387e0eacc31dee895320c615f9c66c Mon Sep 17 00:00:00 2001 From: Jim-Bim Date: Thu, 28 Jan 2010 20:42:32 +0000 Subject: [PATCH] AckisRecipeList: - fixed ARL.scan_button placement (yeah torhal messed it up) --- ARL.lua | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ARL.lua b/ARL.lua index 6b0e63f..8024eb6 100644 --- a/ARL.lua +++ b/ARL.lua @@ -754,10 +754,11 @@ do end end local scan_button = self.scan_button - local scan_parent = self.scan_button:GetParent() + local scan_parent = scan_button:GetParent() if not scan_parent or scan_parent == UIParent then scan_button:SetParent(TradeSkillFrame) + scan_parent = scan_button:GetParent() end if scan_parent == TradeSkillFrame then @@ -776,7 +777,7 @@ do end scan_button:SetWidth(scan_button:GetTextWidth() + 10) end - self.scan_button:Show() + scan_button:Show() end end -- 1.7.9.5