mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-16 11:17:49 -06:00
Fix boo boo with open multi files including project files.
This commit is contained in:
parent
1d10caf1ec
commit
07ed1bedc3
1 changed files with 1 additions and 1 deletions
|
@ -774,7 +774,7 @@ UM.MainWindow
|
|||
// we only allow opening one project file
|
||||
if (selectedMultipleFiles && hasProjectFile)
|
||||
{
|
||||
openFilesIncludingProjectsDialog.fileUrlList = fileUrlList.slice();
|
||||
openFilesIncludingProjectsDialog.fileUrls = fileUrlList.slice();
|
||||
openFilesIncludingProjectsDialog.show();
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue