Revision: 29348 http://sourceforge.net/p/bibdesk/svn/29348 Author: hofman Date: 2025-07-24 14:02:52 +0000 (Thu, 24 Jul 2025) Log Message: ----------- give up when complex string editor is not editing
Modified Paths: -------------- trunk/bibdesk/BDSKComplexStringEditor.m Modified: trunk/bibdesk/BDSKComplexStringEditor.m =================================================================== --- trunk/bibdesk/BDSKComplexStringEditor.m 2025-07-24 13:55:35 UTC (rev 29347) +++ trunk/bibdesk/BDSKComplexStringEditor.m 2025-07-24 14:02:52 UTC (rev 29348) @@ -220,6 +220,7 @@ if (*view == nil) { // editor is not editing, should never happen [self remove]; + return NO; } else if ([*view isKindOfClass:[NSClipView class]] == NO) { // editor not wrapped in a clipview *view = 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