http://bugs.winehq.org/show_bug.cgi?id=15352
Dylan Smith dylan.ah.smith@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED
--- Comment #3 from Dylan Smith dylan.ah.smith@gmail.com 2008-10-10 16:43:37 --- (In reply to comment #2) [...]
I did notice another inconsistency when I tried to disable word wrapping with EM_SETTARGETDEVICE. For some reason this caused the native richedit control to left align all text with word wrapping disabled. Again, there is something I am missing because native wordpad seems to use this message to disable wrapping, and still leaves centered text aligned to the center of the window.
This inconsistency appears to be between native riched20.dll and msftedit.dll behaviour. This means that my patch would be behaving as msftedit.dll, which is the behaviour that I have been emulate in Wine's riched20.dll.
So I think that patch would fix issue #2 that I mentioned "Centered text is not displayed properly without word wrapping." I'll try to get the patch accepted, then I think this bug would be resolved, since the other issue I noticed was already reported in Bug 12567.