discuss-gnustep
[Top][All Lists]
Advanced

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

NSBrowser does not display new column


From: Wim Oudshoorn
Subject: NSBrowser does not display new column
Date: Sun, 14 Jan 2001 16:37:56 +0100 (CET)

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

Wim Oudshoorn.

P.S.: Sorry that I do not send a diff.  But
the cvs server is unreachable so I cannot
get a recent version to compare it with.





reply via email to

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