http://bugs.winehq.org/show_bug.cgi?id=6515
------- Additional Comments From MattFinn@gmail.com 2006-28-11 08:47 ------- Actually, I don't think the repaint code is causing that change - the WM_NCCREATE is what instantiates a new richedit control. So, essentially, those two calls are generating two more richedit controls. In this case, "editor=0xe331c0" doesn't seem to ever have had EM_EXLIMITTEXT sent to it, so having the default value would make lots of sense (does native somehow let a call on one control affect another? that'd be ugly...). Is there more to that output? Perhaps a full log with those fixme's would be better, so we can see which messages are sent to which control.