From 1da7be79106983cfc8d861422255a0f7021b286e Mon Sep 17 00:00:00 2001 From: Jim-Bim Date: Sat, 16 May 2009 17:18:03 +0000 Subject: [PATCH] AckisRecipeList: - auto focus the copy text frame to be able to copy faster --- ARLFrame.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ARLFrame.lua b/ARLFrame.lua index 42d8470..575bb89 100644 --- a/ARLFrame.lua +++ b/ARLFrame.lua @@ -4674,7 +4674,7 @@ function addon:DisplayTextDump(RecipeDB, profession, text) addon.ARLCopyFrame.editBox:SetMultiLine(true) addon.ARLCopyFrame.editBox:SetMaxLetters(99999) addon.ARLCopyFrame.editBox:EnableMouse(true) - addon.ARLCopyFrame.editBox:SetAutoFocus(false) + addon.ARLCopyFrame.editBox:SetAutoFocus(true) addon.ARLCopyFrame.editBox:SetFontObject(ChatFontNormal) addon.ARLCopyFrame.editBox:SetWidth(650) addon.ARLCopyFrame.editBox:SetHeight(270) -- 1.7.9.5