This commit is contained in:
Matthew Einhorn 2014-02-17 15:28:16 -05:00
commit 2e66b17bfc
1 changed files with 2 additions and 2 deletions

View File

@ -8,8 +8,8 @@ This module includes all the classes for drawing simple vertex objects.
The list attributes of the graphics instruction classes (e.g. The list attributes of the graphics instruction classes (e.g.
:attr:`Triangle.points`, :attr:`Mesh.indices` etc.) are not Kivy :attr:`Triangle.points`, :attr:`Mesh.indices` etc.) are not Kivy
properties, but Python properties. As a consequence, the graphics will only properties but Python properties. As a consequence, the graphics will only
be updated when the list object itself is changed, but not when list values be updated when the list object itself is changed and not when list values
are modified. are modified.
For example in python: For example in python: