diff options
| author | Poommetee Ketson | 2017-10-22 01:58:02 +0700 |
|---|---|---|
| committer | Poommetee Ketson | 2017-10-22 01:58:02 +0700 |
| commit | 9cadb9e5f327def5239db9812508637f80904228 (patch) | |
| tree | c4ca279fce77a94e2e48569502e68c0114452b0d /editor/editor_plugin.cpp | |
| parent | f002e4cb82844083edb8a825160582d00f42bb21 (diff) | |
| download | godot-9cadb9e5f327def5239db9812508637f80904228.tar.gz godot-9cadb9e5f327def5239db9812508637f80904228.tar.zst godot-9cadb9e5f327def5239db9812508637f80904228.zip | |
Diffstat (limited to 'editor/editor_plugin.cpp')
| -rw-r--r-- | editor/editor_plugin.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/editor_plugin.cpp b/editor/editor_plugin.cpp index 229d6adfe..c8abc1f9d 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); |
