Revision: 27820
          http://sourceforge.net/p/bibdesk/svn/27820
Author:   hofman
Date:     2022-08-21 23:44:58 +0000 (Sun, 21 Aug 2022)
Log Message:
-----------
no need to relaod shared group icon when resorting

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

Modified: trunk/bibdesk/BibDocument_Groups.m
===================================================================
--- trunk/bibdesk/BibDocument_Groups.m  2022-08-21 23:40:23 UTC (rev 27819)
+++ trunk/bibdesk/BibDocument_Groups.m  2022-08-21 23:44:58 UTC (rev 27820)
@@ -385,6 +385,8 @@
              NO == [sortGroupsKey isEqualToString:BDSKDocumentCountKey] ||
              NO == [self resortParentGroup:[groups externalParent]])) {
             [self updateCountBubbleForGroup:group inView:nil];
+            if ([group groupType] == BDSKSharedGroupType)
+                [[[self viewForGroup:group] imageView] setImage:[group icon]];
             if ([[self selectedGroups] containsObject:group]) {
                 if (pubsChanged)
                     [self displaySelectedGroups];
@@ -393,9 +395,6 @@
             }
         }
         
-        if ([group groupType] == BDSKSharedGroupType)
-            [[[self viewForGroup:group] imageView] setImage:[group icon]];
-        
         if (pubsChanged && [[group publications] count])
             [self setImported:YES forPublications:publications inGroup:group];
     }

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



_______________________________________________
Bibdesk-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit

Reply via email to