Revision: 12936
          http://sourceforge.net/p/skim-app/code/12936
Author:   hofman
Date:     2022-06-22 09:37:35 +0000 (Wed, 22 Jun 2022)
Log Message:
-----------
scriptable current point is read only

Modified Paths:
--------------
    trunk/Skim.sdef

Modified: trunk/Skim.sdef
===================================================================
--- trunk/Skim.sdef     2022-06-22 09:17:51 UTC (rev 12935)
+++ trunk/Skim.sdef     2022-06-22 09:37:35 UTC (rev 12936)
@@ -673,7 +673,7 @@
                 description="The current page.">
                 <cocoa key="currentPage"/>
             </property>
-            <property name="current point" code="CPnt" type="point"
+            <property name="current point" code="CPnt" type="point" access="r"
                 description="The current point relative to the current page.">
                 <cocoa key="currentQDPoint"/>
             </property>

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

Reply via email to