28 Mar
2009
28 Mar
'09
10:05 p.m.
http://bugs.winehq.org/show_bug.cgi?id=17807 --- Comment #5 from Nikolay <nick(a)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.