This commit is contained in:
Juan Linietsky
2015-12-12 10:14:13 -03:00
3 changed files with 19 additions and 6 deletions

View File

@@ -81,6 +81,7 @@ class ScriptEditorDebugger : public Control {
TabContainer *tabs;
Label *reason;
bool always_visible;
bool log_forced_visible;
ScriptEditorDebuggerVariables *variables;
@@ -186,7 +187,6 @@ public:
void set_hide_on_stop(bool p_hide);
virtual Size2 get_minimum_size() const;
ScriptEditorDebugger(EditorNode *p_editor=NULL);
~ScriptEditorDebugger();