You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-11 13:10:58 +00:00
Script debugger remains visible when using Debug->Show Debugger
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user