From bb7b614da15ac0634f2e1895f8ee52433c9bd584 Mon Sep 17 00:00:00 2001 From: Yuri Roubinsky Date: Tue, 17 Dec 2019 11:16:17 +0300 Subject: Prevent showing toggle scripts panel switch in shader editor --- 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 edab7d56b2..6d85f353f9 100644 --- a/editor/code_editor.h +++ b/editor/code_editor.h @@ -255,6 +255,8 @@ public: void validate_script(); + void show_toggle_scripts_button(); + CodeTextEditor(); }; -- cgit v1.2.3