Revision: 28495
          http://sourceforge.net/p/bibdesk/svn/28495
Author:   hofman
Date:     2023-12-31 16:55:04 +0000 (Sun, 31 Dec 2023)
Log Message:
-----------
use assign for table cell views

Modified Paths:
--------------
    trunk/bibdesk/BDSKControlTableCellView.h
    trunk/bibdesk/BDSKGroupCellView.h

Modified: trunk/bibdesk/BDSKControlTableCellView.h
===================================================================
--- trunk/bibdesk/BDSKControlTableCellView.h    2023-12-31 16:49:22 UTC (rev 
28494)
+++ trunk/bibdesk/BDSKControlTableCellView.h    2023-12-31 16:55:04 UTC (rev 
28495)
@@ -43,6 +43,6 @@
     __weak NSControl *control;
 }
 
-@property (nonatomic, weak) IBOutlet NSControl *control;
+@property (nonatomic, assign) IBOutlet NSControl *control;
 
 @end

Modified: trunk/bibdesk/BDSKGroupCellView.h
===================================================================
--- trunk/bibdesk/BDSKGroupCellView.h   2023-12-31 16:49:22 UTC (rev 28494)
+++ trunk/bibdesk/BDSKGroupCellView.h   2023-12-31 16:55:04 UTC (rev 28495)
@@ -46,10 +46,10 @@
     __weak NSProgressIndicator *progressIndicator;
 }
 
-@property (nonatomic, weak) IBOutlet NSTextField *nameField;
-@property (nonatomic, weak) IBOutlet NSTextField *labelField;
-@property (nonatomic, weak) IBOutlet NSImageView *bubbleView;
-@property (nonatomic, weak) IBOutlet NSProgressIndicator *progressIndicator;
+@property (nonatomic, assign) IBOutlet NSTextField *nameField;
+@property (nonatomic, assign) IBOutlet NSTextField *labelField;
+@property (nonatomic, assign) IBOutlet NSImageView *bubbleView;
+@property (nonatomic, assign) IBOutlet NSProgressIndicator *progressIndicator;
 
 @property (nonatomic, strong) NSFont *font;
 

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