Revision: 13284
          http://sourceforge.net/p/skim-app/code/13284
Author:   hofman
Date:     2023-02-03 18:09:15 +0000 (Fri, 03 Feb 2023)
Log Message:
-----------
set page transitions array from options sheet

Modified Paths:
--------------
    trunk/SKPresentationOptionsSheetController.m

Modified: trunk/SKPresentationOptionsSheetController.m
===================================================================
--- trunk/SKPresentationOptionsSheetController.m        2023-02-03 16:39:42 UTC 
(rev 13283)
+++ trunk/SKPresentationOptionsSheetController.m        2023-02-03 18:09:15 UTC 
(rev 13284)
@@ -269,6 +269,7 @@
         if ([undoManager canUndo]) {
             SKTransitionController *transitionController = [[controller 
pdfView] transitionController];
             [transitionController setTransition:transition];
+            [transitionController setPageTransitions:[self pageTransitions]];
             [[controller undoManager] setActionName:NSLocalizedString(@"Change 
Transitions", @"Undo action name")];
         }
         [controller setPresentationNotesDocument:[self notesDocument]];

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



_______________________________________________
Skim-app-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/skim-app-commit

Reply via email to