Revision: 12961
          http://sourceforge.net/p/skim-app/code/12961
Author:   hofman
Date:     2022-06-27 08:39:08 +0000 (Mon, 27 Jun 2022)
Log Message:
-----------
bounds is read only

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

Modified: trunk/Skim.sdef
===================================================================
--- trunk/Skim.sdef     2022-06-27 08:25:09 UTC (rev 12960)
+++ trunk/Skim.sdef     2022-06-27 08:39:08 UTC (rev 12961)
@@ -1066,7 +1066,7 @@
                 description="The number of lines covered by the reading bar">
                 <cocoa key="numberOfLines"/>
             </property>
-            <property name="bounds" code="pbnd" type="rectangle"
+            <property name="bounds" code="pbnd" type="rectangle" access="r"
                 description="The bounding rectangle of the reading bar.">
                 <cocoa key="boundsAsQDRect"/>
             </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