mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-04-25 07:21:03 +00:00
Updated [GormObjectEditor refreshCells] so that setTitle is not called with
nil anymore (but with @""). See change <Tue Oct 23 10:32:18 2001> in gnustep/core/gui/Changelog git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@11229 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
73a4bedd22
commit
cbe3d5d6fb
1 changed files with 1 additions and 1 deletions
|
@ -591,7 +591,7 @@ static NSMapTable *docMap = 0;
|
|||
NSButtonCell *but = [self cellAtRow: index/cols column: index%cols];
|
||||
|
||||
[but setImage: nil];
|
||||
[but setTitle: nil];
|
||||
[but setTitle: @""];
|
||||
[but setShowsStateBy: NSNoCellMask];
|
||||
[but setHighlightsBy: NSNoCellMask];
|
||||
index++;
|
||||
|
|
Loading…
Reference in a new issue