From c2e165955fdc42d869eaf21aaca82c11e3640bfc Mon Sep 17 00:00:00 2001 From: Juan Linietsky Date: Fri, 14 Dec 2018 11:36:53 -0300 Subject: Updated documentation to visible property in CanvasItem, closes #20809 --- doc/classes/CanvasItem.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/classes/CanvasItem.xml b/doc/classes/CanvasItem.xml index 9e62cde019..898fce78c4 100644 --- a/doc/classes/CanvasItem.xml +++ b/doc/classes/CanvasItem.xml @@ -497,7 +497,7 @@ - Show the CanvasItem currently hidden. + Show the CanvasItem currently hidden. For controls that inherit [Popup], the correct way to make them visible is to call one of the multiple popup*() functions instead. @@ -531,7 +531,7 @@ If [code]true[/code] the parent [code]CanvasItem[/code]'s [member material] property is used as this one's material. Default value: [code]false[/code]. - If [code]true[/code] this [code]CanvasItem[/code] is drawn. Default value: [code]true[/code]. + If [code]true[/code] this [code]CanvasItem[/code] is drawn. Default value: [code]true[/code]. For controls that inherit [Popup], the correct way to make them visible is to call one of the multiple popup*() functions instead. -- cgit v1.2.3