Add a check to make sure that ov is set

This commit is contained in:
Gregory John Casamento 2024-04-23 02:19:17 -04:00
parent 3ff5efed30
commit 0e36b42837

View file

@ -3765,7 +3765,7 @@ static NSDictionary *titleTextAttributes[3] = {nil, nil, nil};
if (view == nil)
{
if (hasMethod)
if (hasMethod && ov != nil)
{
view = [delegate outlineView: ov
viewForTableColumn: tb