Fixing popup windows with a modal dialog as parent

When having a certain creation sequence, these popup windows were not focused correctly, see https://github.com/wxWidgets/wxWidgets/pull/672 , commit d2265136e359df4d14054860a68bbc7f4910279d , revert this change if problems arise to see whether this is a recursion
This commit is contained in:
Stefan Csomor
2018-01-21 20:41:52 +01:00
parent aae23be946
commit ce90336dff
2 changed files with 41 additions and 25 deletions

View File

@@ -288,6 +288,10 @@ protected :
CGWindowLevel m_macWindowLevel;
WXWindow m_macWindow;
void * m_macFullScreenData ;
private:
void SetUpForModalParent();
wxDECLARE_DYNAMIC_CLASS_NO_COPY(wxNonOwnedWindowCocoaImpl);
};