diff options
author | Rémi Verschelde <remi@verschelde.fr> | 2015-12-12 14:10:12 +0100 |
---|---|---|
committer | Rémi Verschelde <remi@verschelde.fr> | 2015-12-12 14:10:12 +0100 |
commit | c3db5d951c1ee938a0c789c78a9bb8045ef8605b (patch) | |
tree | cf0b5d127152dd6c52940810081992efc86f5f5f /tools/editor/script_editor_debugger.h | |
parent | a73cf7f79447480b59ac15c9461a2664ac4bc34f (diff) | |
parent | 4d644ca997befb9b4607f8a3a21463ec2e599a00 (diff) |
Merge pull request #3043 from TheHX/pr-script-debugger
Script debugger remains visible when using Debug->Show Debugger
Diffstat (limited to 'tools/editor/script_editor_debugger.h')
-rw-r--r-- | tools/editor/script_editor_debugger.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/editor/script_editor_debugger.h b/tools/editor/script_editor_debugger.h index 6b66a62dd5..23815ca3bb 100644 --- a/tools/editor/script_editor_debugger.h +++ b/tools/editor/script_editor_debugger.h @@ -79,6 +79,7 @@ class ScriptEditorDebugger : public Control { TabContainer *tabs; Label *reason; + bool always_visible; bool log_forced_visible; ScriptEditorDebuggerVariables *variables; @@ -182,6 +183,7 @@ public: void update_live_edit_root(); + void set_always_visible(bool p_visible); virtual Size2 get_minimum_size() const; ScriptEditorDebugger(EditorNode *p_editor=NULL); |