From 4d644ca997befb9b4607f8a3a21463ec2e599a00 Mon Sep 17 00:00:00 2001 From: Franklin Sobrinho Date: Sat, 12 Dec 2015 10:00:12 -0300 Subject: Script debugger remains visible when using Debug->Show Debugger --- tools/editor/script_editor_debugger.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tools/editor/script_editor_debugger.h') 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); -- cgit v1.2.3