X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/76a60a81b43001296184b2d9665552445777c6bd..f9007c324c9b4f6288156dcf0b865090ee0c0c38:/src/mac/app.cpp?ds=sidebyside diff --git a/src/mac/app.cpp b/src/mac/app.cpp index f3ef282530..ecf1ec44b2 100644 --- a/src/mac/app.cpp +++ b/src/mac/app.cpp @@ -1399,7 +1399,11 @@ void wxApp::MacSuspend( bool convertClipboard ) while (node) { wxTopLevelWindow* win = (wxTopLevelWindow*) node->Data(); +#if TARGET_CARBON +#if 0 // having problems right now with that if (!win->HasFlag(wxSTAY_ON_TOP)) +#endif +#endif win->MacActivate( ((EventRecord*) MacGetCurrentEvent())->when , false ) ; node = node->GetNext();