Revision: 12565 http://sourceforge.net/p/skim-app/code/12565 Author: hofman Date: 2021-11-17 14:54:40 +0000 (Wed, 17 Nov 2021) Log Message: ----------- Don't run runloop while getting original crop box
Modified Paths: -------------- trunk/SKMainWindowController_Actions.m Modified: trunk/SKMainWindowController_Actions.m =================================================================== --- trunk/SKMainWindowController_Actions.m 2021-11-17 14:37:10 UTC (rev 12564) +++ trunk/SKMainWindowController_Actions.m 2021-11-17 14:54:40 UTC (rev 12565) @@ -710,9 +710,6 @@ if (hasChanges == NO && NSEqualRects(rect, [page boundsForBox:kPDFDisplayBoxCropBox]) == NO) hasChanges = YES; [rectArray addPointer:&rect]; - //[self incrementProgressSheet]; - if (i && i % 10 == 0) - [[NSRunLoop currentRunLoop] runMode:NSDefaultRunLoopMode beforeDate:[NSDate dateWithTimeIntervalSinceNow:0.1]]; } if (hasChanges) 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