Revision: 15211
http://sourceforge.net/p/skim-app/code/15211
Author: hofman
Date: 2025-05-14 16:48:13 +0000 (Wed, 14 May 2025)
Log Message:
-----------
getters are dynamic
Modified Paths:
--------------
trunk/SKPresentationView.m
Modified: trunk/SKPresentationView.m
===================================================================
--- trunk/SKPresentationView.m 2025-05-14 16:30:26 UTC (rev 15210)
+++ trunk/SKPresentationView.m 2025-05-14 16:48:13 UTC (rev 15211)
@@ -85,7 +85,8 @@
@implementation SKPDFPageView
-@synthesize page, transitionController, canGoToNextPage, canGoToPreviousPage,
canGoToFirstPage, canGoToLastPage;
+@synthesize page, transitionController;
+@dynamic canGoToNextPage, canGoToPreviousPage, canGoToFirstPage,
canGoToLastPage;
static inline NSArray *defaultKeysToObserve() {
if (@available(macOS 10.14, *))
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