diff Modules/Frames.lua @ 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 32d53abee666
children fbfd9dfa6d2b
line wrap: on
line diff
--- 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