mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-24 20:49:13 +00:00
Copy cells quicker, and bug fix for changes in NSActionCell
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@8310 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
af894fe8c4
commit
b75a50f54e
1 changed files with 12 additions and 0 deletions
12
ChangeLog
12
ChangeLog
|
@ -1,3 +1,15 @@
|
|||
Tue Dec 12 19:18:08 2000 Nicola Pero <n.pero@mi.flashnet.it>
|
||||
|
||||
* Source/NSButtonCell.m ([-copyWithZone:]): Do not deep-copy ivars,
|
||||
only retain them if not nil.
|
||||
* Source/NSCell.m ([-copyWithZone:]): Do not deep-copy ivars.
|
||||
* Source/NSTextFieldCell.m ([-copyWithZone:]): Do not deep-copy
|
||||
ivars.
|
||||
* Source/NSFormCell.m ([-initTextCell:]): Left align text.
|
||||
* Source/NSTextField.m ([-selectText:]): Bug fix for the recent
|
||||
change in [NSActionCell -stringValue].
|
||||
* Source/NSMatrix.m ([-selectTextAtRow:column:]): Idem.
|
||||
|
||||
2000-12-07 Fred Kiefer <FredKiefer@gmx.de>
|
||||
|
||||
* Headers/gnustep/gui/NSCell.h:
|
||||
|
|
Loading…
Reference in a new issue