|
|
@ -352,7 +352,7 @@ bool TQWinMetaFile::paint( const TQPaintDevice* aTarget, bool absolute )
|
|
|
|
mWinding = false;
|
|
|
|
mWinding = false;
|
|
|
|
mAbsoluteCoord = absolute;
|
|
|
|
mAbsoluteCoord = absolute;
|
|
|
|
|
|
|
|
|
|
|
|
mPainter.begin( TQT_TQPAINTDEVICE(const_cast<TQPaintDevice*>(aTarget)) );
|
|
|
|
mPainter.begin( const_cast<TQPaintDevice*>(aTarget) );
|
|
|
|
if ( TQWMF_DEBUG ) {
|
|
|
|
if ( TQWMF_DEBUG ) {
|
|
|
|
kdDebug() << "Bounding box : " << mBBox.left()
|
|
|
|
kdDebug() << "Bounding box : " << mBBox.left()
|
|
|
|
<< " " << mBBox.top() << " " << mBBox.right() << " " << mBBox.bottom() << endl;
|
|
|
|
<< " " << mBBox.top() << " " << mBBox.right() << " " << mBBox.bottom() << endl;
|
|
|
|