Major fixes all around.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@4677 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
michael 1999-07-30 22:10:02 +00:00
parent 0ac5790122
commit c32570418e
11 changed files with 542 additions and 390 deletions

View file

@ -97,6 +97,8 @@
NSSize cell_size = [tbcol_cell cellSize];
BOOL changed = NO;
// fix to use headerRectOfColumn:(int)columnIndex?
if (tbcol_width != cell_size.width)
{
tbcol_width = cell_size.width;