On Tue, Jul 01, 2008 at 02:48:27AM -0700, [EMAIL PROTECTED] wrote: > Was having a problem with the scrolling functionality where in on scrolling > a little vigourously the document text is replicated (ie. beside the > original text) which is not expected. This behavior is seen in all the 3 > types of documents namely .doc,.ods and .odp. Gentle scrolling or using the > scrollbar arrows gives no problem. > Hi Karl,
have a look at vcl/unx/source/gdi/salgdi2.cxx around line 528, there's a bNeedGraphicsExposures variable - when blitting with a window as the blit source, exposure events are generated to fill the potentially hidden/clipped content. I guess either the events or the processing of them fails somehow. Cheers, -- Thorsten --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
