SF bug 1895101

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53040 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Chris Elliott
2008-04-06 10:01:03 +00:00
parent 97e89e2931
commit 79456eac49

View File

@@ -476,6 +476,7 @@ void wxMDIChildFrame::Restore()
void wxMDIChildFrame::Activate()
{
Raise ();
}
//-----------------------------------------------------------------------------