mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 20:01:11 +00:00
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:
parent
b71c370c78
commit
65b1b6a8df
1 changed files with 7 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue