http://bugs.winehq.org/show_bug.cgi?id=6148
------- Additional Comments From MattFinn@gmail.com 2006-24-11 15:32 ------- Hey, I'm away from my linux machine for a week, so I can't try it, but could you try
if (bRepaint) ME_RewrapRepaint(editor);
and see if it works? RewrapRepaint is supposed to be called when the text hasn't changed, so EN_CHANGE isn't needed.
If so, I'll have a patch sent in in a couple days :)
Thanks, --Matt
PS - Yikes, this makes me notice a couple other small mistakes in the way things are done. patches for those soon, too.