]> git.saurik.com Git - wxWidgets.git/commitdiff
SF bug 1895101
authorChris Elliott <biol75@york.ac.uk>
Sun, 6 Apr 2008 10:01:03 +0000 (10:01 +0000)
committerChris Elliott <biol75@york.ac.uk>
Sun, 6 Apr 2008 10:01:03 +0000 (10:01 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53040 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/mac/carbon/mdi.cpp

index 6fd6dfae0df05bca9395352c4a3550c7fcce487e..ca02c69c0dd53d870ed9174fc55568f348c83998 100644 (file)
@@ -476,6 +476,7 @@ void wxMDIChildFrame::Restore()
 
 void wxMDIChildFrame::Activate()
 {
+    Raise ();
 }
 
 //-----------------------------------------------------------------------------