mirror of
https://github.com/godotengine/godot.git
synced 2025-10-20 08:23:29 +00:00
Prevent showing toggle scripts panel switch in shader editor
This commit is contained in:
parent
01a6223226
commit
bb7b614da1
3 changed files with 11 additions and 1 deletions
|
@ -1760,6 +1760,7 @@ ScriptTextEditor::ScriptTextEditor() {
|
|||
code_editor->get_text_edit()->connect("symbol_lookup", this, "_lookup_symbol");
|
||||
code_editor->get_text_edit()->connect("info_clicked", this, "_lookup_connections");
|
||||
code_editor->set_v_size_flags(SIZE_EXPAND_FILL);
|
||||
code_editor->show_toggle_scripts_button();
|
||||
|
||||
warnings_panel = memnew(RichTextLabel);
|
||||
editor_box->add_child(warnings_panel);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue