<div class="gmail_quote">On Sat, Oct 1, 2011 at 11:36 AM, Cyrille Berger Skott <span dir="ltr"><<a href="mailto:cberger@cberger.net">cberger@cberger.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Hi,<br>
<br>
Is it on the source paint device, or on the temporary paint device ?<br><br></blockquote><div>I know the source paint device (accessed with dstIt) has the problem. Since I tried commenting out the entire block surrounding this line (including the else-ifs):</div>
<div>memcpy(dstIt->rawData(), dstIt->oldRawData(), cdepth);</div><div><br></div><div>...and leave only that line uncommented. And the bug persisted. </div><div><br></div><div>But I'm not sure if the temporary paint device does have the problem too. I tried changing from oldRawData to rawData in one line, and failed; several trials later I tested changing every instance of oldRawData to rawData (in both paint devices) and it worked. So I think the problem is in both.</div>
</div><div><br></div>