Merge pull request #56228 from KoBeWi/returns_what

Fix get_v_scroll() desctiption in ItemList
This commit is contained in:
Max Hilbrunner 2022-01-04 13:50:37 +01:00 committed by GitHub
commit 9623fdf141
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -158,7 +158,7 @@
<method name="get_v_scroll_bar">
<return type="VScrollBar" />
<description>
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.
</description>
</method>