You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Fix the flickering of the line gutter icon when saving
This commit is contained in:
@@ -150,6 +150,7 @@ void TextEditor::reload_text() {
|
||||
te->tag_saved_version();
|
||||
|
||||
code_editor->update_line_and_column();
|
||||
_validate_script();
|
||||
}
|
||||
|
||||
void TextEditor::_validate_script() {
|
||||
|
||||
Reference in New Issue
Block a user