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:
parent
07ec18efa8
commit
e8683d75bf
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue