Debug output not necessary anymore.
svn path=/trunk/kdebase/kwin/; revision=268009
This commit is contained in:
parent
50d05b4ee5
commit
b55f71dcb7
1 changed files with 0 additions and 3 deletions
|
@ -992,11 +992,8 @@ bool Client::eventFilter( QObject* o, QEvent* e )
|
||||||
// These events only seem to be delayed events from initial resizing before show() was called
|
// These events only seem to be delayed events from initial resizing before show() was called
|
||||||
// on the decoration widget.
|
// on the decoration widget.
|
||||||
if( ev->size() != size())
|
if( ev->size() != size())
|
||||||
{
|
|
||||||
kdDebug( 1212 ) << "Filtering out decoration resize event:" << size() << ":" << ev->size() << ":" << ev->oldSize() << endl;
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
}
|
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue