Revision: 15482 http://sourceforge.net/p/skim-app/code/15482 Author: hofman Date: 2025-06-17 15:23:40 +0000 (Tue, 17 Jun 2025) Log Message: ----------- reset cropped flag when reverting document
Modified Paths: -------------- trunk/SKMainWindowController.m Modified: trunk/SKMainWindowController.m =================================================================== --- trunk/SKMainWindowController.m 2025-06-17 14:45:45 UTC (rev 15481) +++ trunk/SKMainWindowController.m 2025-06-17 15:23:40 UTC (rev 15482) @@ -1107,6 +1107,8 @@ else if (beforeMarkedPage.pageIndex >= pageCount) beforeMarkedPage.pageIndex = NSNotFound; + mwcFlags.hasCropped = 0; + [oldPdfDoc cancelFindString]; // make sure these will not be activated, or they can lead to a crash 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