http://bugs.winehq.org/show_bug.cgi?id=17807 Nikolay <nick(a)vyalceva.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|minor |normal Component|-unknown |user32 --- Comment #1 from Nikolay <nick(a)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. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.