From bc42846dd7a14ad401d5412413df810a01c1c790 Mon Sep 17 00:00:00 2001 From: Zen-CODE Date: Sat, 7 Jun 2014 01:52:39 +0200 Subject: [PATCH] doc: corrections to 'Scatter.transform' behaviour --- kivy/uix/scatter.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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. '''