diff options
author | Michael Alexsander <michaelalexsander@protonmail.com> | 2020-02-22 01:04:55 -0300 |
---|---|---|
committer | Michael Alexsander <michaelalexsander@protonmail.com> | 2020-02-22 12:39:44 -0300 |
commit | 8017a440984b00822cc33d04ca2909e0a59de7c2 (patch) | |
tree | 6bcd78c83db2dce743c9b39dc018c6d0b00e113d /editor/debugger/script_editor_debugger.h | |
parent | bf7d6de55662d7f4f9e82e69920582cf8ec55375 (diff) | |
download | redot-engine-8017a440984b00822cc33d04ca2909e0a59de7c2.tar.gz |
Fix visuals of the new debugger editor
Diffstat (limited to 'editor/debugger/script_editor_debugger.h')
-rw-r--r-- | editor/debugger/script_editor_debugger.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/debugger/script_editor_debugger.h b/editor/debugger/script_editor_debugger.h index ce205e95b1..fd034ba983 100644 --- a/editor/debugger/script_editor_debugger.h +++ b/editor/debugger/script_editor_debugger.h @@ -238,6 +238,7 @@ public: int get_stack_script_frame() const; void update_tabs(); + void clear_style(); String get_var_value(const String &p_var) const; void save_node(ObjectID p_id, const String &p_file); |