Fix the flickering of the line gutter icon when saving

This commit is contained in:
Rindbee 2022-10-03 18:38:24 +08:00
parent d331b803b8
commit 72a7d874b4
4 changed files with 2 additions and 13 deletions

View file

@ -150,6 +150,7 @@ void TextEditor::reload_text() {
te->tag_saved_version();
code_editor->update_line_and_column();
_validate_script();
}
void TextEditor::_validate_script() {