Revision: 30085
          http://sourceforge.net/p/bibdesk/svn/30085
Author:   hofman
Date:     2026-02-28 22:02:25 +0000 (Sat, 28 Feb 2026)
Log Message:
-----------
remove button from flag field view when reusing

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

Modified: trunk/bibdesk/BDSKEditor.m
===================================================================
--- trunk/bibdesk/BDSKEditor.m  2026-02-28 17:32:53 UTC (rev 30084)
+++ trunk/bibdesk/BDSKEditor.m  2026-02-28 22:02:25 UTC (rev 30085)
@@ -3361,6 +3361,9 @@
     NSView *view = [item view];
     NSButton *button = nil;
     
+    [[item button] removeFromSuperview];
+    [item setButton:nil];
+    
     if ([field isRatingField]) {
         button = [[BDSKRatingButton alloc] init];
     } else {

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