git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@71120 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor
2012-04-06 18:07:10 +00:00
parent 525454303e
commit 396b37294a

View File

@@ -454,6 +454,7 @@ wxWidgetImpl* wxWidgetImpl::CreateContentView( wxNonOwnedWindow* now )
footerView = frame->GetToolBar()->GetHandle();
}
}
return footerView;
}
@end