We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31da5b4 commit 1133a1aCopy full SHA for 1133a1a
kivy/uix/widget.py
@@ -159,7 +159,7 @@ def redraw(self, args):
159
text: "c"
160
161
would result in the event order "c", "b" then "a" as "c" was actually the last
162
-added widget. It thus has index 0, "b" index 1 and "c" index 2. Effectively,
+added widget. It thus has index 0, "b" index 1 and "a" index 2. Effectively,
163
the child order is the reverse of its listed order.
164
165
This ordering is the same for the :meth:`~kivy.uix.widget.Widget.on_touch_move`
0 commit comments