From ddab87b137d824831dec37c9641e6ef942d66f6d Mon Sep 17 00:00:00 2001 From: qua-non Date: Wed, 15 Feb 2012 14:52:56 +0530 Subject: [PATCH] Update doc/sources/guide/widgettree.rst --- doc/sources/guide/widgettree.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/sources/guide/widgettree.rst b/doc/sources/guide/widgettree.rst index ab68f1465..1860b6088 100644 --- a/doc/sources/guide/widgettree.rst +++ b/doc/sources/guide/widgettree.rst @@ -44,8 +44,8 @@ If you want to clear all the children inside a widget, use Never manipulate the children list yourself, if you don't know what you are doing. The widget tree is associated to a graphic tree. For example, if you - add a widget into the children list without adding his canvas to the - graphics tree, the widget will be a children yes, but nothing will be drawn + add a widget into the children list without adding its canvas to the + graphics tree, the widget will be a child yes, but nothing will be drawn on the screen. More than that, you might have issues on further calls of add_widget, remove_widget and clear_widgets.