Revision: 29321
          http://sourceforge.net/p/bibdesk/svn/29321
Author:   hofman
Date:     2025-07-22 08:50:10 +0000 (Tue, 22 Jul 2025)
Log Message:
-----------
add a comment

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

Modified: trunk/bibdesk/BibDocument_UI.m
===================================================================
--- trunk/bibdesk/BibDocument_UI.m      2025-07-21 22:29:32 UTC (rev 29320)
+++ trunk/bibdesk/BibDocument_UI.m      2025-07-22 08:50:10 UTC (rev 29321)
@@ -1596,6 +1596,8 @@
 }
 
 - (void)handleCustomFieldsDidChangeNotification:(NSNotification *)notification{
+    // we notify the publications and editors rather than let them observe this
+    // so the publications are updated before the UI
     [publications makeObjectsPerformSelector:@selector(customFieldsDidChange:) 
withObject:notification];
     [[self windowControllers] 
makeObjectsPerformSelector:@selector(customFieldsDidChange:) 
withObject:notification];
     [tableView updateTableColumnTypes];

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