1
0
Fork 0
mirror of https://github.com/Orama-Interactive/Pixelorama.git synced 2025-01-18 17:19:50 +00:00

Fixed export dialog path textedit not being updated when choosing a directory

This commit is contained in:
OverloadedOrama 2020-08-08 17:21:52 +03:00
parent 07ec18efa8
commit e8683d75bf

View file

@ -338,7 +338,7 @@ func _on_FileLineEdit_text_changed(new_text : String) -> void:
func _on_FileDialog_dir_selected(dir : String) -> void:
Export.path_line_edit.text = dir
path_line_edit.text = dir
Export.directory_path = dir