mirror of https://github.com/kivy/kivy.git
doc: corrections to 'Scatter.transform' behaviour
This commit is contained in:
parent
5d1e5b08b5
commit
bc42846dd7
|
@ -214,8 +214,9 @@ class Scatter(Widget):
|
|||
.. note::
|
||||
|
||||
This matrix reflects the current state of the transformation matrix
|
||||
but setting it directly will not trigger a re-rendering. To apply a
|
||||
transformation, please use the :attr:`~Scatter.apply_transform` method.
|
||||
but setting it directly will override previously applied
|
||||
transformations. To apply a transformation considering context,
|
||||
please use the :attr:`~Scatter.apply_transform` method.
|
||||
|
||||
'''
|
||||
|
||||
|
|
Loading…
Reference in New Issue