Revision: 27416
http://sourceforge.net/p/bibdesk/svn/27416
Author: hofman
Date: 2022-05-14 13:49:01 +0000 (Sat, 14 May 2022)
Log Message:
-----------
discardEditing includes endEditing, so no need totry again
Modified Paths:
--------------
trunk/bibdesk/BDSKEditor.m
Modified: trunk/bibdesk/BDSKEditor.m
===================================================================
--- trunk/bibdesk/BDSKEditor.m 2022-05-14 06:30:16 UTC (rev 27415)
+++ trunk/bibdesk/BDSKEditor.m 2022-05-14 13:49:01 UTC (rev 27416)
@@ -474,8 +474,8 @@
if ([[[self window] firstResponder] isKindOfClass:[NSText class]] &&
NO == [[self window] makeFirstResponder:[self window]])
[self discardEditing];
-
- [self endEditing];
+ else
+ [self endEditing];
}
}
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