Fix crash in GormNSSplitViewInspector.

This commit is contained in:
Gregory John Casamento 2021-10-19 19:28:03 -04:00
parent 0053970157
commit 3b2d0d2e77
2 changed files with 5 additions and 6 deletions

View file

@ -1,3 +1,8 @@
2021-10-19 Gregory John Casamento <greg.casamento@gmail.com>
* GormCore/GormNSSplitViewInspector.m: Correct crash happening
in GormNSSplitViewInspector.
2021-07-22 Gregory John Casamento <greg.casamento@gmail.com>
* GormCore/GormDocument.m: -[GormDocument awakeWithContext:]

View file

@ -47,12 +47,6 @@
- (void)awakeFromNib
{
NSEnumerator *en = [orientation objectEnumerator];
NSCell *cell = nil;
while ((cell = [en nextObject]) != nil)
{
[cell setRefusesFirstResponder: YES];
}
}
- (void) _getValuesFromObject