mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 10:32:20 +00:00
Hopefully fix all problems with non-ASCII paths on Windows
This commit is contained in:
@@ -294,7 +294,7 @@ sub open_model {
|
||||
$dialog->Destroy;
|
||||
return;
|
||||
}
|
||||
my @input_files = $dialog->GetPaths;
|
||||
my @input_files = map Slic3r::decode_path($_), $dialog->GetPaths;
|
||||
$dialog->Destroy;
|
||||
|
||||
return @input_files;
|
||||
|
||||
Reference in New Issue
Block a user