X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/404f1d80d8211110151f5e89591805ee5e0dc555..ba8a4f660ae54de211a5869d7ea2c86cfd47cfeb:/src/mac/toplevel.cpp diff --git a/src/mac/toplevel.cpp b/src/mac/toplevel.cpp index 7fc8dc68c3..a6a9882aea 100644 --- a/src/mac/toplevel.cpp +++ b/src/mac/toplevel.cpp @@ -957,7 +957,8 @@ void wxTopLevelWindowMac::MacDelayedDeactivation(long timestamp) void wxTopLevelWindowMac::MacActivate( long timestamp , bool inIsActivating ) { - wxLogDebug(wxT("TopLevel=%p::MacActivate"),this); + // wxLogDebug(wxT("TopLevel=%p::MacActivate"),this); + if(s_macDeactivateWindow==this) s_macDeactivateWindow=NULL; MacDelayedDeactivation(timestamp);