From 98eec177ae3fbdfc2222844ba5b53fd9c8c45f60 Mon Sep 17 00:00:00 2001 From: George Marques Date: Thu, 14 Jul 2016 12:13:04 -0300 Subject: [PATCH] Fix classes.xml structure Fix the addition in #4854 which added elements in the wrong place. --- doc/base/classes.xml | 27 +++++++++++---------------- 1 file changed, 11 insertions(+), 16 deletions(-) diff --git a/doc/base/classes.xml b/doc/base/classes.xml index ae5438c430f..ac164dddc70 100644 --- a/doc/base/classes.xml +++ b/doc/base/classes.xml @@ -7270,6 +7270,17 @@ Takes a global input event and convert to this item's coordinate system. + + + + + + + Take a 2d screen point and convert to 2D local coords relative to this Canvas + item. If this CanvasItem is the root of a Scene, its essentially the + world coords for that scene. + + @@ -7339,22 +7350,6 @@ - - - - - - - Take a 2d screen point and convert to 2D local coords relative to this Canvas - item. If this CanvasItem is the root of a Scene, its essentially the - world coords for that scene. - - - - - - - Queue the CanvasItem for update. [code]NOTIFICATION_DRAW[/code] will be called on idle time to request redraw.