Hi Georg,
thanks - I applied your fixes.
I changed the last one from -
> + if ([_lineLayoutInformation count] < aRange.location+aRange.length)
> + return;
into
+ if ([_lineLayoutInformation count] == 0)
+ {
+ return;
+ }
I don't have a testcase of what you were trying to fix, so of course let
me know if I broke something by changing the code in this way. :-)
Thanks for contributing. :-)
_______________________________________________
Bug-gnustep mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-gnustep