From 8017a440984b00822cc33d04ca2909e0a59de7c2 Mon Sep 17 00:00:00 2001 From: Michael Alexsander Date: Sat, 22 Feb 2020 01:04:55 -0300 Subject: Fix visuals of the new debugger editor --- editor/debugger/script_editor_debugger.h | 1 + 1 file changed, 1 insertion(+) (limited to 'editor/debugger/script_editor_debugger.h') 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); -- cgit v1.2.3