Revision: 15180 http://sourceforge.net/p/skim-app/code/15180 Author: hofman Date: 2025-05-10 16:25:52 +0000 (Sat, 10 May 2025) Log Message: ----------- make sure completion block is executed
Modified Paths: -------------- trunk/SKPresentationView.m Modified: trunk/SKPresentationView.m =================================================================== --- trunk/SKPresentationView.m 2025-05-10 16:23:00 UTC (rev 15179) +++ trunk/SKPresentationView.m 2025-05-10 16:25:52 UTC (rev 15180) @@ -190,6 +190,8 @@ [self displayPage:done ? ^{ done(); didDisplay(); } : didDisplay]; [[NSNotificationCenter defaultCenter] postNotificationName:SKPresentationViewPageChangedNotification object:self]; }]; + } else { + didDisplay(); } } 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