QBitmap problems

Chris January chris at atomice.net
Wed Jan 26 16:08:47 CET 2005


		stgeorges_masked = stgeorges;
		stgeorges_masked.setMask (stgeorges_masked); 
Should be:
		stgeorges_masked = stgeorges;
		stgeorges_masked.setMask (stgeorges_mask);
So the flag looks right. This also tests the non-self mask case.

Chris

> -----Original Message-----
> From: Peter Kümmel [mailto:syntheticpp at gmx.net] 
> Sent: 26 January 2005 14:53
> To: For developers interested in porting KDE to Windows using Cygwin
> Subject: Re: QBitmap problems
> 
> Chris January wrote:
> 
> > why the final composite image looks incorrect.
> 
> I can't see a incorrectness? Attached my code.
> 
> Peter
> 



More information about the kde-cygwin mailing list