1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-06 12:20:30 +00:00

Ability to toggle script panel visibility

This commit is contained in:
Jakub Grzesik
2017-07-10 14:11:31 +02:00
parent 159b1fc65f
commit 98897d0415
2 changed files with 6 additions and 0 deletions

View File

@@ -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,