mirror of
https://github.com/tonytins/CozyPixelStudio.git
synced 2025-12-18 10:54:43 -05:00
Set export path when importing an image
This commit is contained in:
parent
2b5f6b47ee
commit
4f1c475c8d
4 changed files with 10 additions and 5 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue