summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2019-12-14 17:14:41 +0100
committerGitHub <noreply@github.com>2019-12-14 17:14:41 +0100
commita5dcabbbfb2a0b9c6688ea0b6f788491f350f5da (patch)
tree83bf04ced0bfb9000eea1823997594e625279d8c
parentabab4c0e258184a8bfad54374d86b1c4bf96c5eb (diff)
parent59937e1c5466acfa0b2343f6ec7043a953d882b2 (diff)
Merge pull request #34272 from MissKraya/34258-fix
Fix for #34258 and added get_zoom_hbox() documentation.
-rw-r--r--doc/classes/GraphEdit.xml2
1 files changed, 2 insertions, 0 deletions
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 @@
<return type="HBoxContainer">
</return>
<description>
+ 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.
</description>
</method>
<method name="is_node_connected">