Revision: 10184
          http://sourceforge.net/p/skim-app/code/10184
Author:   hofman
Date:     2018-12-27 19:14:01 +0000 (Thu, 27 Dec 2018)
Log Message:
-----------
dynamic property needsRewind

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

Modified: trunk/SKPDFView.m
===================================================================
--- trunk/SKPDFView.m   2018-12-27 19:12:12 UTC (rev 10183)
+++ trunk/SKPDFView.m   2018-12-27 19:14:01 UTC (rev 10184)
@@ -222,7 +222,7 @@
 
 @synthesize toolMode, annotationMode, interactionMode, activeAnnotation, 
hideNotes, readingBar, transitionController, typeSelectHelper, syncDot, 
highlightAnnotation;
 @synthesize currentMagnification=magnification, isZooming;
-@dynamic editTextField, hasReadingBar, currentSelectionPage, 
currentSelectionRect;
+@dynamic editTextField, hasReadingBar, currentSelectionPage, 
currentSelectionRect, needsRewind;
 
 + (void)initialize {
     SKINITIALIZE;

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