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

wine-bugs at winehq.org wine-bugs at winehq.org
Sat Mar 28 17:05:12 CDT 2009


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





--- Comment #5 from Nikolay <nick at vyalceva.net>  2009-03-28 17:05:11 ---
There is an bug that causes an error if the string consists of spaces only.
Also, this fix is only for single-line controls.
This is more correctly:  
while((len) && (es->text[len-1]==0x20) && (es->style & ES_READONLY) &&
!(es->style & ES_MULTILINE)) --len;


-- 
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