SF bug 1895101

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@53039 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Chris Elliott
2008-04-06 09:31:01 +00:00
parent 619b3b447a
commit 432e43582d

View File

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