Explorar o código

Fix get_v_scroll() desctiption in ItemList

(cherry picked from commit f97ab4a0e463de62f5b663764c5c82a3f96f2d65)
kobewi %!s(int64=3) %!d(string=hai) anos
pai
achega
2dc30888bf
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      doc/classes/ItemList.xml

+ 1 - 1
doc/classes/ItemList.xml

@@ -121,7 +121,7 @@
 		<method name="get_v_scroll">
 			<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>