bug-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Fix, GSSimpleLayoutManager


From: Nicola Pero
Subject: Re: Fix, GSSimpleLayoutManager
Date: Wed, 22 May 2002 13:36:25 +0100 (BST)

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. :-)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]