Add improvements suggested by @fredkiefer

This commit is contained in:
Gregory John Casamento 2024-04-21 19:36:58 -04:00
parent 42bae42431
commit 48d031a14a
5 changed files with 14 additions and 40 deletions

View file

@ -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];