mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 20:50:44 +00:00
Add a check to make sure that ov is set
This commit is contained in:
parent
3ff5efed30
commit
0e36b42837
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue