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:
@@ -957,7 +957,8 @@ void wxTopLevelWindowMac::MacDelayedDeactivation(long timestamp)
|
|||||||
|
|
||||||
void wxTopLevelWindowMac::MacActivate( long timestamp , bool inIsActivating )
|
void wxTopLevelWindowMac::MacActivate( long timestamp , bool inIsActivating )
|
||||||
{
|
{
|
||||||
wxLogDebug(wxT("TopLevel=%p::MacActivate"),this);
|
// wxLogDebug(wxT("TopLevel=%p::MacActivate"),this);
|
||||||
|
|
||||||
if(s_macDeactivateWindow==this)
|
if(s_macDeactivateWindow==this)
|
||||||
s_macDeactivateWindow=NULL;
|
s_macDeactivateWindow=NULL;
|
||||||
MacDelayedDeactivation(timestamp);
|
MacDelayedDeactivation(timestamp);
|
||||||
|
@@ -957,7 +957,8 @@ void wxTopLevelWindowMac::MacDelayedDeactivation(long timestamp)
|
|||||||
|
|
||||||
void wxTopLevelWindowMac::MacActivate( long timestamp , bool inIsActivating )
|
void wxTopLevelWindowMac::MacActivate( long timestamp , bool inIsActivating )
|
||||||
{
|
{
|
||||||
wxLogDebug(wxT("TopLevel=%p::MacActivate"),this);
|
// wxLogDebug(wxT("TopLevel=%p::MacActivate"),this);
|
||||||
|
|
||||||
if(s_macDeactivateWindow==this)
|
if(s_macDeactivateWindow==this)
|
||||||
s_macDeactivateWindow=NULL;
|
s_macDeactivateWindow=NULL;
|
||||||
MacDelayedDeactivation(timestamp);
|
MacDelayedDeactivation(timestamp);
|
||||||
|
Reference in New Issue
Block a user