mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 08:39:01 +08:00
adds the sendmeshname functionality to the DropArea
fixes: issue CURA-179
This commit is contained in:
parent
6a91490910
commit
0765dbe694
@ -292,6 +292,10 @@ UM.MainWindow
|
|||||||
for(var i in drop.urls)
|
for(var i in drop.urls)
|
||||||
{
|
{
|
||||||
UM.MeshFileHandler.readLocalFile(drop.urls[i]);
|
UM.MeshFileHandler.readLocalFile(drop.urls[i]);
|
||||||
|
if (i == drop.urls.length - 1)
|
||||||
|
{
|
||||||
|
openDialog.sendMeshName(drop.urls[i].toString())
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user