Revision: 26873 http://sourceforge.net/p/bibdesk/svn/26873 Author: hofman Date: 2021-09-14 15:47:49 +0000 (Tue, 14 Sep 2021) Log Message: ----------- no need to type cast
Modified Paths: -------------- trunk/bibdesk/BibDocument_UI.m Modified: trunk/bibdesk/BibDocument_UI.m =================================================================== --- trunk/bibdesk/BibDocument_UI.m 2021-09-14 14:37:41 UTC (rev 26872) +++ trunk/bibdesk/BibDocument_UI.m 2021-09-14 15:47:49 UTC (rev 26873) @@ -1817,7 +1817,7 @@ for (BDSKCategoryParentGroup *group in [groups categoryParents]) { if ([[group key] isPersonField] && [groupOutlineView isItemExpanded:group]) { for (BDSKGroup *catGroup in [group categoryGroups]) { - NSTextField *textField = [(BDSKGroupCellView *)[self viewForGroup:catGroup] nameField]; + NSTextField *textField = [[self viewForGroup:catGroup] nameField]; [textField setObjectValue:[catGroup name]]; [textField setNeedsDisplay:YES]; } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. _______________________________________________ Bibdesk-commit mailing list Bibdesk-commit@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bibdesk-commit