get OnInit with complete functionality without loosing sequence for MacOpenFile being called after OnInit

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74947 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor
2013-10-06 21:12:45 +00:00
parent a05ae051d8
commit 7c7cfb16d3
3 changed files with 19 additions and 5 deletions

View File

@@ -153,9 +153,12 @@ public:
private:
bool m_onInitResult;
bool m_inited;
wxArrayString m_openFiles;
public:
bool OSXInitWasCalled() { return m_inited; }
void OSXStoreOpenFiles(const wxArrayString &files ) { m_openFiles = files ; }
#endif
// Hide the application windows the same as the system hide command would do it.