mirror of
https://github.com/git-learning-game/oh-my-git.git
synced 2024-11-03 19:04:40 +01:00
Update the FileBrowser when saving a file
Status icons could have been changed.
This commit is contained in:
parent
a725508dc8
commit
f6c7ef90d8
1 changed files with 1 additions and 0 deletions
|
@ -128,6 +128,7 @@ func save():
|
||||||
text_edit.text += "\n"
|
text_edit.text += "\n"
|
||||||
|
|
||||||
helpers.write_file(fixme_path+open_file, text_edit.text)
|
helpers.write_file(fixme_path+open_file, text_edit.text)
|
||||||
|
update()
|
||||||
close()
|
close()
|
||||||
|
|
||||||
func _set_commit(new_commit):
|
func _set_commit(new_commit):
|
||||||
|
|
Loading…
Reference in a new issue