Revision: 15156 http://sourceforge.net/p/skim-app/code/15156 Author: hofman Date: 2025-05-04 16:39:51 +0000 (Sun, 04 May 2025) Log Message: ----------- notify at page index remainder 49
Modified Paths: -------------- trunk/SKMainWindowController.m Modified: trunk/SKMainWindowController.m =================================================================== --- trunk/SKMainWindowController.m 2025-05-04 16:37:54 UTC (rev 15155) +++ trunk/SKMainWindowController.m 2025-05-04 16:39:51 UTC (rev 15156) @@ -2040,7 +2040,7 @@ if ([statusBar progressIndicatorStyle] == SKProgressIndicatorStyleDeterminate) [[statusBar progressIndicator] setDoubleValue:pageIndex + 1.0]; - if (pageIndex > 0 && pageIndex % 50 == 0) { + if (pageIndex % 50 == 49) { NSString *key = mwcFlags.findPaneState == SKFindPaneStateSingular ? SEARCHRESULTS_KEY : GROUPEDSEARCHRESULTS_KEY; mwcFlags.updatingFindResults = 1; [self didChangeValueForKey:key]; 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