Revision: 12909 http://sourceforge.net/p/skim-app/code/12909 Author: hofman Date: 2022-05-10 09:33:54 +0000 (Tue, 10 May 2022) Log Message: ----------- don't assign variable twice
Modified Paths: -------------- trunk/SKSnapshotWindowController.m Modified: trunk/SKSnapshotWindowController.m =================================================================== --- trunk/SKSnapshotWindowController.m 2022-05-10 09:30:53 UTC (rev 12908) +++ trunk/SKSnapshotWindowController.m 2022-05-10 09:33:54 UTC (rev 12909) @@ -482,7 +482,7 @@ NSClipView *clipView = [[pdfView scrollView] contentView]; NSBitmapImageRep *imageRep = [clipView bitmapImageRepCachingDisplayInRect:[pdfView convertRect:bounds toView:clipView]]; NSAffineTransform *transform = nil; - NSSize thumbnailSize = thumbnailSize = bounds.size; + NSSize thumbnailSize = bounds.size; CGFloat shadowBlurRadius = 0.0; CGFloat shadowOffset = 0.0; NSImage *image; 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