"gerard patel" <[EMAIL PROTECTED]> wrote:
> >Adding RDW_FRAME to the flags passed to PAINT_RedrawWindow
> >helps a lot. Is this a right way?
>
> I have absolutely no idea, but I checked this patch against Eudora
> and it fixes a repainting problem when scrolling listboxes.
But unfortunately this patch adds another repainting problems (in other
places). Right now I abandoned an idea to remove SetScrollInfo calls
from WM_PAINT message handler (which is a very bad design IMO) in edit.c
because I can not find a more correct solution for the above problem.
Any other way to fix it?