summaryrefslogtreecommitdiffstats
path: root/editor
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2017-10-21 23:08:36 +0200
committerGitHub <noreply@github.com>2017-10-21 23:08:36 +0200
commitc9894669a99700776b288b338458bfe02258da15 (patch)
tree7a49b39bcfacf397976e949b40db55f37ef526b2 /editor
parent6361e24f29ae735b75bcd27f9fe521397ce7c10c (diff)
parent9cadb9e5f327def5239db9812508637f80904228 (diff)
downloadredot-engine-c9894669a99700776b288b338458bfe02258da15.tar.gz
Merge pull request #12290 from Noshyaar/enum
Bind unbound enums, rearrange some by value [ci skip]
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);