diff --git a/kivy/uix/scatter.py b/kivy/uix/scatter.py index a40004caa..947b9c334 100644 --- a/kivy/uix/scatter.py +++ b/kivy/uix/scatter.py @@ -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. '''