order than the current OnInit handling for cocoa and carbon we still have to use the native callback for ios
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@76522 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -420,6 +420,10 @@ void wxApp::OSXOnWillFinishLaunching()
|
|||||||
|
|
||||||
void wxApp::OSXOnDidFinishLaunching()
|
void wxApp::OSXOnDidFinishLaunching()
|
||||||
{
|
{
|
||||||
|
// on cocoa we cannot do this, as it would arrive "AFTER" an OpenFiles event
|
||||||
|
#if wxOSX_USE_IPHONE
|
||||||
|
wxTheApp->OnInit();
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
void wxApp::OSXOnWillTerminate()
|
void wxApp::OSXOnWillTerminate()
|
||||||
|
Reference in New Issue
Block a user