Revision: 12870 http://sourceforge.net/p/skim-app/code/12870 Author: hofman Date: 2022-05-01 14:20:42 +0000 (Sun, 01 May 2022) Log Message: ----------- draw bitmap from view with source over compositing
Modified Paths: -------------- trunk/SKReflectionView.m Modified: trunk/SKReflectionView.m =================================================================== --- trunk/SKReflectionView.m 2022-04-28 14:34:01 UTC (rev 12869) +++ trunk/SKReflectionView.m 2022-05-01 14:20:42 UTC (rev 12870) @@ -98,7 +98,7 @@ return; NSBitmapImageRep *imageRep = [view bitmapImageRepCachingDisplayInRect:rect]; rect = [self convertRect:rect fromView:view]; - [imageRep drawInRect:rect fromRect:NSZeroRect operation:NSCompositeCopy fraction:1.0 respectFlipped:YES hints:[NSDictionary dictionaryWithObjectsAndKeys:[NSNumber numberWithInteger:NSImageInterpolationNone], NSImageHintInterpolation, nil]]; + [imageRep drawInRect:rect fromRect:NSZeroRect operation:NSCompositeSpourceOver fraction:1.0 respectFlipped:YES hints:[NSDictionary dictionaryWithObjectsAndKeys:[NSNumber numberWithInteger:NSImageInterpolationNone], NSImageHintInterpolation, nil]]; } - (void)reflectedSscrollBoundsChanged:(NSNotification *)notification { 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