Revision: 27668
http://sourceforge.net/p/bibdesk/svn/27668
Author: hofman
Date: 2022-07-01 14:48:55 +0000 (Fri, 01 Jul 2022)
Log Message:
-----------
No need to reload table or cells when already doing that from smart group
updates
Modified Paths:
--------------
trunk/bibdesk/BibDocument_UI.m
Modified: trunk/bibdesk/BibDocument_UI.m
===================================================================
--- trunk/bibdesk/BibDocument_UI.m 2022-07-01 14:17:34 UTC (rev 27667)
+++ trunk/bibdesk/BibDocument_UI.m 2022-07-01 14:48:55 UTC (rev 27668)
@@ -1367,7 +1367,7 @@
// allow updating a smart group if it's selected
[[groups smartGroups]
makeObjectsPerformSelector:@selector(invalidateCount)];
[self updateSmartGroups];
- if (displayingLocal) {
+ if (displayingLocal && [self hasGroupTypeSelected:BDSKSmartGroupType]
== NO) {
if ((docFlags.itemChangeMask & BDSKItemChangedSearchKeyMask) != 0)
{
// this handles all UI updates if we call it, so don't bother
with any others
[self search:nil];
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