diff options
author | Thomas Herzog <karroffel@users.noreply.github.com> | 2017-07-10 22:41:34 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-10 22:41:34 +0200 |
commit | 2c1e5f069929a50f6d42f36622ab927625ecfb9b (patch) | |
tree | 2d8c5467c0dd6dc1a94d7d24bd6ea73dbb4b8f5f /editor/plugins/script_editor_plugin.h | |
parent | f9c99486b0de23e5f45e33af544836d974cf6e5a (diff) | |
parent | 98897d041598e86e5ab8cd7bf939f2f32081938c (diff) |
Merge pull request #9588 from kubecz3k/hide-script-btn
Ability to toggle script panel visibility
Diffstat (limited to 'editor/plugins/script_editor_plugin.h')
-rw-r--r-- | editor/plugins/script_editor_plugin.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/plugins/script_editor_plugin.h b/editor/plugins/script_editor_plugin.h index da8248a1a7..7f17365931 100644 --- a/editor/plugins/script_editor_plugin.h +++ b/editor/plugins/script_editor_plugin.h @@ -134,6 +134,7 @@ class ScriptEditor : public VBoxContainer { FILE_CLOSE, CLOSE_DOCS, CLOSE_ALL, + TOGGLE_SCRIPTS_PANEL, FILE_TOOL_RELOAD, FILE_TOOL_RELOAD_SOFT, DEBUG_NEXT, |