mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-02-23 11:41:05 +00:00
Fix crash in GormNSSplitViewInspector.
This commit is contained in:
parent
0053970157
commit
3b2d0d2e77
2 changed files with 5 additions and 6 deletions
|
@ -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:]
|
||||
|
|
|
@ -47,12 +47,6 @@
|
|||
|
||||
- (void)awakeFromNib
|
||||
{
|
||||
NSEnumerator *en = [orientation objectEnumerator];
|
||||
NSCell *cell = nil;
|
||||
while ((cell = [en nextObject]) != nil)
|
||||
{
|
||||
[cell setRefusesFirstResponder: YES];
|
||||
}
|
||||
}
|
||||
|
||||
- (void) _getValuesFromObject
|
||||
|
|
Loading…
Reference in a new issue