Revision: 29347
          http://sourceforge.net/p/bibdesk/svn/29347
Author:   hofman
Date:     2025-07-24 13:55:35 +0000 (Thu, 24 Jul 2025)
Log Message:
-----------
should check vieww, not pointer to it

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

Modified: trunk/bibdesk/BDSKComplexStringEditor.m
===================================================================
--- trunk/bibdesk/BDSKComplexStringEditor.m     2025-07-24 13:52:50 UTC (rev 
29346)
+++ trunk/bibdesk/BDSKComplexStringEditor.m     2025-07-24 13:55:35 UTC (rev 
29347)
@@ -217,7 +217,7 @@
 - (BOOL)getEnclosingView:(NSView **)view scrollingView:(NSView **)contentView {
     *view = [editor superview];
     *contentView = [[*view enclosingScrollView] contentView];
-    if (view == nil) {
+    if (*view == nil) {
         // editor is not editing, should never happen
         [self remove];
     } else if ([*view isKindOfClass:[NSClipView class]] == NO) {

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