On Sun, 14 Aug 2005 17:53:33 +0400 Phil Krylov phil@newstar.rinet.ru wrote:
this patch needs to be applied after the "Re: RICHED20: Implement EM_SETRECT, EM_SETRECTNP and WM_SETREDRAW messages (fixed)" patch.
ChangeLog:
Avoid flicker in RichEdit using proper update region invalidation and an offscreen bitmap.
Anything wrong with this patch?
-- Ph.
Phil Krylov phil@newstar.rinet.ru writes:
Avoid flicker in RichEdit using proper update region invalidation and an offscreen bitmap.
Anything wrong with this patch?
I think the bitmap is overkill, you should be able to repaint things properly without resorting to that.