We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 996c9a6 + 7ea96d2 commit 39c7479Copy full SHA for 39c7479
doc/classes/EditorDock.xml
@@ -56,7 +56,7 @@
56
<description>
57
Implement this method to handle the layout switching for this dock. [param layout] is one of the [enum DockLayout] constants.
58
[codeblock]
59
- _update_layout(layout):
+ func _update_layout(layout):
60
box_container.vertical = (layout == DOCK_LAYOUT_VERTICAL)
61
[/codeblock]
62
</description>
0 commit comments