Revision: 12968
          http://sourceforge.net/p/skim-app/code/12968
Author:   hofman
Date:     2022-06-27 21:26:59 +0000 (Mon, 27 Jun 2022)
Log Message:
-----------
hide line bounds property in dictionary, it can be accessed through the lines 
elements

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

Modified: trunk/Skim.sdef
===================================================================
--- trunk/Skim.sdef     2022-06-27 16:30:21 UTC (rev 12967)
+++ trunk/Skim.sdef     2022-06-27 21:26:59 UTC (rev 12968)
@@ -802,7 +802,7 @@
                 description="The bounding rectangle for the foreground of the 
page (left, top, right, bottom).">
                 <cocoa key="contentBoundsAsQDRect"/>
             </property>
-            <property name="line bounds" code="LBnd" access="r"
+            <property name="line bounds" code="LBnd" access="r" hidden="yes"
                 description="The bounding rectangles for the lines on the page 
(left, top, right, bottom).">
                 <type type="rectangle" list="yes"/>
                 <cocoa key="lineBoundsAsQDRects"/>

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