Revision: 29294
http://sourceforge.net/p/bibdesk/svn/29294
Author: hofman
Date: 2025-07-18 15:34:04 +0000 (Fri, 18 Jul 2025)
Log Message:
-----------
commit editing when typeinfo changed only when editing the fields table, always
reload type popup
Modified Paths:
--------------
trunk/bibdesk/BDSKEditor.m
Modified: trunk/bibdesk/BDSKEditor.m
===================================================================
--- trunk/bibdesk/BDSKEditor.m 2025-07-18 09:42:43 UTC (rev 29293)
+++ trunk/bibdesk/BDSKEditor.m 2025-07-18 15:34:04 UTC (rev 29294)
@@ -2486,10 +2486,9 @@
}
- (void)typeInfoDidChange:(NSNotification *)aNotification{
- if ([self commitEditing]) {
- [self setupTypePopUp];
+ [self setupTypePopUp];
+ if (editorFlags.isEditing == NO || [tableView rowForView:(NSText *)[[self
window] firstResponder]] == -1 || [self commitEditing])
[self resetFields:BDSKNoReload];
- }
}
- (void)customFieldsDidChange:(NSNotification *)aNotification{
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