Fixed NSMatrix sizeToFit without degrading performance of NSBrowser

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@11349 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2001-11-08 22:53:19 +00:00
parent b71c370c78
commit 65b1b6a8df

View file

@ -1,3 +1,10 @@
Thu Nov 8 23:30:47 2001 Nicola Pero <n.pero@mi.flashnet.it>
* Source/NSMatrix.m ([-sizeToFit]): Reverted last change.
* Source/NSBrowser.m ([-_performLoadOfColumn:]): Do not call
sizeToFit on the matrix, just set the cellSize to the result of
calling -cellSize on the first browsercell in the matrix.
2001-11-08 Adam Fedor <fedor@gnu.org>
* Simple printing/pagination implementation