Fix get_v_scroll() desctiption in ItemList
(cherry picked from commit f97ab4a0e4
)
This commit is contained in:
parent
ad767b2ec4
commit
2dc30888bf
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@
|
||||||
<method name="get_v_scroll">
|
<method name="get_v_scroll">
|
||||||
<return type="VScrollBar" />
|
<return type="VScrollBar" />
|
||||||
<description>
|
<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.
|
[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>
|
</description>
|
||||||
</method>
|
</method>
|
||||||
|
|
Loading…
Reference in a new issue