Set export path when importing an image

This commit is contained in:
OverloadedOrama 2020-05-03 18:47:13 +03:00
parent 2b5f6b47ee
commit 4f1c475c8d
4 changed files with 10 additions and 5 deletions

View file

@ -469,6 +469,7 @@ func _on_ExportDialog_about_to_show() -> void:
$VBoxContainer/Options/Resize.value = resize
$VBoxContainer/Options/Interpolation.selected = interpolation
$VBoxContainer/Path/PathLineEdit.text = directory_path
$Popups/PathDialog.current_path = directory_path
$VBoxContainer/File/FileLineEdit.text = file_name
$VBoxContainer/File/FileFormat.selected = file_format
show_tab()