mirror of
https://github.com/tonytins/CozyPixelStudio.git
synced 2025-05-05 08:14:48 -04:00
Fixed export dialog path textedit not being updated when choosing a directory
This commit is contained in:
parent
07ec18efa8
commit
e8683d75bf
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue