Quantcast

AckisRecipeList:

Jim-Bim [05-16-09 - 17:18]
AckisRecipeList:
- auto focus the copy text frame to be able to copy faster
Filename
ARLFrame.lua
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)