Remove unnecessary parameter to JS toString

This parameter has no effect.

Contributes to issue CURA-1110.
This commit is contained in:
Ghostkeeper 2016-03-18 15:59:05 +01:00
parent bb220ed952
commit e5a5cffe7d
No known key found for this signature in database
GPG key ID: 701948C5954A7385

View file

@ -696,7 +696,7 @@ UM.MainWindow
folder = f;
UM.MeshFileHandler.readLocalFile(fileUrl)
var meshName = backgroundItem.getMeshName(fileUrl.toString(0x0))
var meshName = backgroundItem.getMeshName(fileUrl.toString())
backgroundItem.hasMesh(decodeURIComponent(meshName))
}
}