[Bug 17807] Electronics Workbench 5.12: measurement units aren't shown

wine-bugs at winehq.org wine-bugs at winehq.org
Sat Mar 28 14:17:00 CDT 2009


http://bugs.winehq.org/show_bug.cgi?id=17807


Nikolay <nick at vyalceva.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|minor                       |normal
          Component|-unknown                    |user32




--- Comment #1 from Nikolay <nick at 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.



More information about the wine-bugs mailing list