mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-06-01 21:21:58 +00:00
Add improvements suggested by @fredkiefer
This commit is contained in:
parent
42bae42431
commit
48d031a14a
5 changed files with 14 additions and 40 deletions
|
@ -2158,7 +2158,7 @@ Also returns the child index relative to this parent. */
|
|||
{
|
||||
NSCell *cell = nil;
|
||||
|
||||
if (_viewBased)
|
||||
if (_viewBased == NO)
|
||||
{
|
||||
NSTableColumn *tb = [_tableColumns objectAtIndex: columnIndex];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue