You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Organize toggle files button logic in shader editor
This commit is contained in:
@@ -1030,6 +1030,14 @@ void TextShaderEditor::trim_final_newlines() {
|
||||
code_editor->trim_final_newlines();
|
||||
}
|
||||
|
||||
void TextShaderEditor::set_toggle_list_control(Control *p_toggle_list_control) {
|
||||
code_editor->set_toggle_list_control(p_toggle_list_control);
|
||||
}
|
||||
|
||||
void TextShaderEditor::update_toggle_files_button() {
|
||||
code_editor->update_toggle_files_button();
|
||||
}
|
||||
|
||||
void TextShaderEditor::validate_script() {
|
||||
code_editor->_validate_script();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user