Quantcast

Make the text dump box always default to highlighting everything.

ackis [05-14-09 - 16:40]
Make the text dump box always default to highlighting everything.
Filename
ARLFrame.lua
diff --git a/ARLFrame.lua b/ARLFrame.lua
index 0691adc..f3095f5 100644
--- a/ARLFrame.lua
+++ b/ARLFrame.lua
@@ -4658,6 +4658,7 @@ function addon:DisplayTextDump(RecipeDB, profession, text)
 		addon.ARLCopyFrame:Show()
 	else
 		addon.ARLCopyFrame.editBox:SetText(textdump)
+		addon.ARLCopyFrame.editBox:HighlightText(0)
 		addon.ARLCopyFrame:Show()
 	end