git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@8640 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
nico 2001-01-16 20:39:13 +00:00
parent 71820396a0
commit f20571272a

View file

@ -417,7 +417,10 @@
}
if (tableNeedResize)
{
[self setFrameSize: tableFrame.size];
}
if (_minColumnDimension[column] < theFrame.size.width)
{