diff options
author | Yuri Roubinsky <chaosus89@gmail.com> | 2019-12-17 11:43:06 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-17 11:43:06 +0300 |
commit | accf68b2cc0a459dd37a44a80d387cc7e59b4062 (patch) | |
tree | d972ad0b158bfa37a400d12b01c3a88047a8c26a /editor/code_editor.h | |
parent | 01a62232264eae3beea6fd6afceae8a45328985f (diff) | |
parent | bb7b614da15ac0634f2e1895f8ee52433c9bd584 (diff) |
Merge pull request #34393 from Chaosus/fix_toggle_scripts_panel
Prevent showing toggle scripts panel switch in shader editor
Diffstat (limited to 'editor/code_editor.h')
-rw-r--r-- | editor/code_editor.h | 2 |
1 files changed, 2 insertions, 0 deletions
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(); }; |