commented out annoying wxLogDebug
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23001 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
2943b2c6af
commit
17f8d2a701
@ -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);
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user