Source/NSMatrix.m

Source/NSBox.m
Source/NSClipView.m
Source/NSTableView.m
Source/NSOutlineView.m


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@13276 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Pierre-Yves Rivaille 2002-03-31 15:46:19 +00:00
parent 464ac5b1c7
commit 558b911361
6 changed files with 115 additions and 15 deletions

View file

@ -6379,7 +6379,18 @@ byExtendingSelection: (BOOL)flag
_selectedRow = -1;
_editedColumn = -1;
_editedRow = -1;
/*
[self tile];
NSLog(@"frame %@", NSStringFromRect([self frame]));
NSLog(@"dataSource %@", _dataSource);
if (_dataSource != nil)
{
[self setDataSource: _dataSource];
NSLog(@"dataSource set");
}
*/
}
else if (version == 2)
{