# HG changeset patch # User Asa Ayers # Date 1283583167 25200 # Node ID f37ab41f1928022bd441ecf869c2096a8f3af84f # Parent 5f6182a97d40386c429b405e7163fcc9567666f9 Ticket 39 - Updated the ItemAuditor window to be pulled to the front when it opens. diff -r 5f6182a97d40 -r f37ab41f1928 CHANGELOG.txt --- a/CHANGELOG.txt Fri Sep 03 22:30:31 2010 -0700 +++ b/CHANGELOG.txt Fri Sep 03 23:52:47 2010 -0700 @@ -1,6 +1,7 @@ 2010-09-03 Asa Ayers - Re-enabled IA QuickAuctions decider. I unintentionally disabled it when working on the QAManager code. +- Ticket 39 - Updated the ItemAuditor window to be pulled to the front when it opens. 2010-09-02 Asa Ayers diff -r 5f6182a97d40 -r f37ab41f1928 Modules/Frames.lua --- a/Modules/Frames.lua Fri Sep 03 22:30:31 2010 -0700 +++ b/Modules/Frames.lua Fri Sep 03 23:52:47 2010 -0700 @@ -64,6 +64,8 @@ displayFrame:AddChild(displayFrame.tab) end + + displayFrame.frame:Raise() if not selectedTab then for key in pairs(tabs) do