discuss-gnustep
[Top][All Lists]
Advanced

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

Re: NSBrowser does not display new column


From: Wim Oudshoorn
Subject: Re: NSBrowser does not display new column
Date: Mon, 15 Jan 2001 10:03:58 +0100

You wrote:
> This can be fixed by changing the method
>
> - (void) _adjustMatrixOfColumn: (int) column
>
> in NSBrowser.m
> If you remove the line
>
> if (mr.size.height < cs.height)
>
> it works.  (Removing means that the code
> in the `if' clause is always executed).

I forgot to mention that it is a quick and dirty fix.
This patch will probably introduce some new bugs,
when adding elements in an already existing column.

But it is a starting point for a real fix.

Wim Oudshoorn.



reply via email to

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