changeset 130:f37ab41f1928

Ticket 39 - Updated the ItemAuditor window to be pulled to the front when it opens.
author Asa Ayers <Asa.Ayers@Gmail.com>
date Fri, 03 Sep 2010 23:52:47 -0700
parents 5f6182a97d40
children 78c6d905c2e1
files CHANGELOG.txt Modules/Frames.lua
diffstat 2 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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  <Asa.Ayers@Gmail.com>
 
 - 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  <Asa.Ayers@Gmail.com>
 
--- 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