Revision: 30004
http://sourceforge.net/p/bibdesk/svn/30004
Author: hofman
Date: 2026-02-16 16:20:33 +0000 (Mon, 16 Feb 2026)
Log Message:
-----------
don't try to close pref window with delay because itn does not wwork anyway
Modified Paths:
--------------
trunk/bibdesk/BDSKPreferenceController.m
Modified: trunk/bibdesk/BDSKPreferenceController.m
===================================================================
--- trunk/bibdesk/BDSKPreferenceController.m 2026-02-16 16:16:20 UTC (rev
30003)
+++ trunk/bibdesk/BDSKPreferenceController.m 2026-02-16 16:20:33 UTC (rev
30004)
@@ -208,16 +208,9 @@
return YES;
__block BOOL shouldClose = NO;
[pane shouldHideWithReply:^(BOOL shouldHide){
- if (shouldHide) {
- if (shouldClose)
- [window performClose:nil];
- shouldClose = YES;
- }
+ shouldClose = shouldHide;
}];
- if (shouldClose)
- return YES;
- shouldClose = YES;
- return NO;
+ return shouldClose;
}
- (void)windowWillClose:(NSNotification *)notification {
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