Fix boo boo with open multi files including project files.

This commit is contained in:
Jack Ha 2017-04-05 16:07:02 +02:00
parent 1d10caf1ec
commit 07ed1bedc3

View file

@ -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;
}