From dc0199989d01d6f6eb260f13a1e1305e93f36c35 Mon Sep 17 00:00:00 2001 From: Yuri Roubinsky Date: Sun, 15 Dec 2019 16:35:16 +0300 Subject: Moves switch for show scripts panel from File menu to status bar --- editor/code_editor.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'editor/code_editor.h') diff --git a/editor/code_editor.h b/editor/code_editor.h index a4cd521afa..edab7d56b2 100644 --- a/editor/code_editor.h +++ b/editor/code_editor.h @@ -145,6 +145,7 @@ class CodeTextEditor : public VBoxContainer { FindReplaceBar *find_replace_bar; HBoxContainer *status_bar; + ToolButton *toggle_scripts_button; ToolButton *warning_button; Label *warning_count_label; @@ -186,6 +187,7 @@ class CodeTextEditor : public VBoxContainer { void _error_pressed(const Ref &p_event); void _delete_line(int p_line); + void _toggle_scripts_pressed(); protected: virtual void _load_theme_settings() {} -- cgit v1.2.3