Revision: 26521
          http://sourceforge.net/p/bibdesk/svn/26521
Author:   hofman
Date:     2021-07-27 22:07:05 +0000 (Tue, 27 Jul 2021)
Log Message:
-----------
Need to reload whole outline view when adding group field

Modified Paths:
--------------
    trunk/bibdesk/BibDocument_Groups.m

Modified: trunk/bibdesk/BibDocument_Groups.m
===================================================================
--- trunk/bibdesk/BibDocument_Groups.m  2021-07-27 21:54:37 UTC (rev 26520)
+++ trunk/bibdesk/BibDocument_Groups.m  2021-07-27 22:07:05 UTC (rev 26521)
@@ -702,7 +702,7 @@
         BDSKCategoryParentGroup *group = [[[BDSKCategoryParentGroup alloc] 
initWithKey:newField] autorelease];
         [self rebuildCategoryGroups:group];
         [groups addCategoryParent:group];
-        [self reloadParentGroup:group];
+        [self reloadParentGroup:nil];
         // this is to set the sort descriptors and sorts the children
         [groupOutlineView expandItem:group];
         [[NSUserDefaults standardUserDefaults] setObject:[self 
currentGroupFields] forKey:BDSKCurrentGroupFieldsKey];

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

Reply via email to