From f97ab4a0e463de62f5b663764c5c82a3f96f2d65 Mon Sep 17 00:00:00 2001 From: kobewi Date: Fri, 24 Dec 2021 21:10:34 +0100 Subject: [PATCH] Fix get_v_scroll() desctiption in ItemList --- doc/classes/ItemList.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/classes/ItemList.xml b/doc/classes/ItemList.xml index 7263687ea81..7482ad8511e 100644 --- a/doc/classes/ItemList.xml +++ b/doc/classes/ItemList.xml @@ -158,7 +158,7 @@ - Returns the [Object] ID associated with the list. + Returns the vertical scrollbar. [b]Warning:[/b] This is a required internal node, removing and freeing it may cause a crash. If you wish to hide it or any of its children, use their [member CanvasItem.visible] property.