You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-12-04 17:04:49 +00:00
Clear undo history on shader load
This commit is contained in:
@@ -55,6 +55,7 @@ void ShaderTextEditor::set_edited_shader(const Ref<Shader> &p_shader) {
|
|||||||
_load_theme_settings();
|
_load_theme_settings();
|
||||||
|
|
||||||
get_text_edit()->set_text(p_shader->get_code());
|
get_text_edit()->set_text(p_shader->get_code());
|
||||||
|
get_text_edit()->clear_undo_history();
|
||||||
|
|
||||||
_validate_script();
|
_validate_script();
|
||||||
_line_col_changed();
|
_line_col_changed();
|
||||||
|
|||||||
Reference in New Issue
Block a user