From c916804089ed7317f07d5e3bf450cc1f059d7023 Mon Sep 17 00:00:00 2001 From: "James D. Callahan III" Date: Thu, 25 Mar 2010 04:41:49 -0400 Subject: [PATCH] In addon:DisplayTextDump(): Set the cursor to the top of the frame instead of the bottom. --- Frame.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/Frame.lua b/Frame.lua index 21e0aec..567309e 100644 --- a/Frame.lua +++ b/Frame.lua @@ -4121,6 +4121,7 @@ do function addon:DisplayTextDump(RecipeDB, profession, text) edit_box:SetText((not RecipeDB and not profession) and text or self:GetTextDump(profession)) edit_box:HighlightText(0) + edit_box:SetCursorPosition(1) copy_frame:Show() end end -- do -- 1.7.9.5