Update the FileBrowser when saving a file

Status icons could have been changed.
This commit is contained in:
blinry 2020-11-03 17:06:22 +01:00
parent a725508dc8
commit f6c7ef90d8

View file

@ -128,6 +128,7 @@ func save():
text_edit.text += "\n"
helpers.write_file(fixme_path+open_file, text_edit.text)
update()
close()
func _set_commit(new_commit):