Revision: 13589
          http://sourceforge.net/p/skim-app/code/13589
Author:   hofman
Date:     2023-08-17 22:28:41 +0000 (Thu, 17 Aug 2023)
Log Message:
-----------
fix flag

Modified Paths:
--------------
    trunk/SKPDFView.m

Modified: trunk/SKPDFView.m
===================================================================
--- trunk/SKPDFView.m   2023-08-17 21:37:02 UTC (rev 13588)
+++ trunk/SKPDFView.m   2023-08-17 22:28:41 UTC (rev 13589)
@@ -3623,7 +3623,7 @@
 }
 
 - (BOOL)drawInPresentation {
-    return pdfvFlags.removeLaserPointerShadow;
+    return pdfvFlags.drawInPresentation;
 }
 
 - (void)toggleDrawInPresentation:(id)sender {

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

Reply via email to