http://bugs.winehq.org/show_bug.cgi?id=17807
Nikolay nick@vyalceva.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Severity|minor |normal Component|-unknown |user32
--- Comment #1 from Nikolay nick@vyalceva.net 2009-03-28 14:17:00 --- This bug is located in wine Edit control.
I changed one line in the following file: /dlls/user32/edit.c
line 3875: from EDIT_PaintLine(es,dc,0,rev); to direct call TextOutW(dc,1,1,es->text,strlenW(es->text));
and the units shows normally.
But this change breaks some behaviour of the Edit control.