Revision: 29346
          http://sourceforge.net/p/bibdesk/svn/29346
Author:   hofman
Date:     2025-07-24 13:52:50 +0000 (Thu, 24 Jul 2025)
Log Message:
-----------
make formatter of complex string editor weak to avoid retain loop

Modified Paths:
--------------
    trunk/bibdesk/BDSKComplexStringEditor.h

Modified: trunk/bibdesk/BDSKComplexStringEditor.h
===================================================================
--- trunk/bibdesk/BDSKComplexStringEditor.h     2025-07-23 23:07:21 UTC (rev 
29345)
+++ trunk/bibdesk/BDSKComplexStringEditor.h     2025-07-24 13:52:50 UTC (rev 
29346)
@@ -47,7 +47,7 @@
     NSTextField *expandedValueTextField;
     NSImageView *focusRingView;
     NSBox *box;
-    BDSKComplexStringFormatter *formatter;
+    __weak BDSKComplexStringFormatter *formatter;
     NSText *editor;
 }
 

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