From 59937e1c5466acfa0b2343f6ec7043a953d882b2 Mon Sep 17 00:00:00 2001 From: Hannah Crawford Date: Sat, 14 Dec 2019 14:02:15 +0000 Subject: Updated get_zoom_hbox() documentation. --- doc/classes/GraphEdit.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/classes/GraphEdit.xml b/doc/classes/GraphEdit.xml index 80e9b152ef..7dde030db7 100644 --- a/doc/classes/GraphEdit.xml +++ b/doc/classes/GraphEdit.xml @@ -87,6 +87,8 @@ + Gets the [HBoxContainer] that contains the zooming and grid snap controls in the top left of the graph. + Warning: The intended usage of this function is to allow you to reposition or add your own custom controls to the container. This is an internal control and as such should not be freed. If you wish to hide this or any of it's children use their [member CanvasItem.visible] property instead. -- cgit v1.2.3