mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-29 21:07:39 +00:00
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:
parent
464ac5b1c7
commit
558b911361
6 changed files with 115 additions and 15 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue