#90595# solved clipping problem

This commit is contained in:
Sven Jacobi 2001-08-21 14:28:03 +00:00
parent 1f8b28910e
commit 8ae5846551

View file

@ -2,9 +2,9 @@
*
* $RCSfile: eps.cxx,v $
*
* $Revision: 1.8 $
* $Revision: 1.9 $
*
* last change: $Author: svesik $ $Date: 2001-08-09 12:44:21 $
* last change: $Author: sj $ $Date: 2001-08-21 15:28:03 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@ -958,7 +958,7 @@ void PSWriter::ImplWriteActions( const GDIMetaFile& rMtf )
aClipRegion = pA->GetRect();
else
aClipRegion.Intersect( pA->GetRect() );
bRegionChanged = FALSE;
bRegionChanged = TRUE;
ImplSetClipRegion();
}
break;