Revision: 15426 http://sourceforge.net/p/skim-app/code/15426 Author: hofman Date: 2025-06-10 16:14:10 +0000 (Tue, 10 Jun 2025) Log Message: ----------- hasNotes already checks for edited widgets
Modified Paths: -------------- trunk/SKMainDocument.m Modified: trunk/SKMainDocument.m =================================================================== --- trunk/SKMainDocument.m 2025-06-10 16:09:58 UTC (rev 15425) +++ trunk/SKMainDocument.m 2025-06-10 16:14:10 UTC (rev 15426) @@ -1299,7 +1299,7 @@ } - (IBAction)share:(id)sender { - BOOL shouldArchive = ([self hasNotes] || [[self presentationOptions] count] > 0 || [[[self mainWindowController] widgetProperties] count] > 0); + BOOL shouldArchive = ([self hasNotes] || [[self presentationOptions] count] > 0); NSString *typeName = [self fileType]; if (shouldArchive == NO && [typeName isEqualToString:SKDocumentTypePDFBundle]) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. _______________________________________________ Skim-app-commit mailing list Skim-app-commit@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/skim-app-commit