Revision: 15234
http://sourceforge.net/p/skim-app/code/15234
Author: hofman
Date: 2025-05-19 09:36:23 +0000 (Mon, 19 May 2025)
Log Message:
-----------
don't need bitmap anymore
Modified Paths:
--------------
trunk/SKPresentationView.m
Modified: trunk/SKPresentationView.m
===================================================================
--- trunk/SKPresentationView.m 2025-05-19 09:35:00 UTC (rev 15233)
+++ trunk/SKPresentationView.m 2025-05-19 09:36:23 UTC (rev 15234)
@@ -517,11 +517,6 @@
else if (NSMapGet(predrawnImages, (void *)pageIndex))
return;
- NSBitmapImageRep *imageRep = [self
bitmapImageRepForCachingDisplayInRect:[self bounds]];
-
- if (imageRep == nil)
- return;
-
__block void *block = NULL;
dispatch_block_t imageGenerator = [self imageGeneratorForPage:[[page
document] pageAtIndex:pageIndex] handler:^(NSImage *image){
if (predrawnImages && block == NSMapGet(predrawnImages, (void
*)pageIndex)) {
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
_______________________________________________
Skim-app-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/skim-app-commit