diff --git a/ChangeLog b/ChangeLog index de984494..44f1d019 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2021-10-19 Gregory John Casamento + + * GormCore/GormNSSplitViewInspector.m: Correct crash happening + in GormNSSplitViewInspector. + 2021-07-22 Gregory John Casamento * GormCore/GormDocument.m: -[GormDocument awakeWithContext:] diff --git a/GormCore/GormNSSplitViewInspector.m b/GormCore/GormNSSplitViewInspector.m index f85a361d..c907163e 100644 --- a/GormCore/GormNSSplitViewInspector.m +++ b/GormCore/GormNSSplitViewInspector.m @@ -47,12 +47,6 @@ - (void)awakeFromNib { - NSEnumerator *en = [orientation objectEnumerator]; - NSCell *cell = nil; - while ((cell = [en nextObject]) != nil) - { - [cell setRefusesFirstResponder: YES]; - } } - (void) _getValuesFromObject