summaryrefslogtreecommitdiff
path: root/editor
diff options
context:
space:
mode:
authorPoommetee Ketson <poommetee@protonmail.com>2017-10-22 01:58:02 +0700
committerPoommetee Ketson <poommetee@protonmail.com>2017-10-22 01:58:02 +0700
commit9cadb9e5f327def5239db9812508637f80904228 (patch)
treec4ca279fce77a94e2e48569502e68c0114452b0d /editor
parentf002e4cb82844083edb8a825160582d00f42bb21 (diff)
Bind unbound enums, rearrange some by value
Diffstat (limited to 'editor')
-rw-r--r--editor/editor_plugin.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/editor_plugin.cpp b/editor/editor_plugin.cpp
index 229d6adfef..c8abc1f9db 100644
--- a/editor/editor_plugin.cpp
+++ b/editor/editor_plugin.cpp
@@ -632,6 +632,7 @@ void EditorPlugin::_bind_methods() {
BIND_ENUM_CONSTANT(CONTAINER_SPATIAL_EDITOR_BOTTOM);
BIND_ENUM_CONSTANT(CONTAINER_CANVAS_EDITOR_MENU);
BIND_ENUM_CONSTANT(CONTAINER_CANVAS_EDITOR_SIDE);
+ BIND_ENUM_CONSTANT(CONTAINER_CANVAS_EDITOR_BOTTOM);
BIND_ENUM_CONSTANT(CONTAINER_PROPERTY_EDITOR_BOTTOM);
BIND_ENUM_CONSTANT(DOCK_SLOT_LEFT_UL);