mirror of
https://github.com/godotengine/godot.git
synced 2025-10-20 00:13:30 +00:00
Fix the flickering of the line gutter icon when saving
This commit is contained in:
parent
d331b803b8
commit
72a7d874b4
4 changed files with 2 additions and 13 deletions
|
@ -289,6 +289,7 @@ void ScriptTextEditor::reload_text() {
|
|||
te->tag_saved_version();
|
||||
|
||||
code_editor->update_line_and_column();
|
||||
_validate_script();
|
||||
}
|
||||
|
||||
void ScriptTextEditor::add_callback(const String &p_function, PackedStringArray p_args) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue