This commit is contained in:
Tim Kuipers 2015-03-23 14:59:48 +01:00
commit b69e4d7660

View file

@ -40,4 +40,3 @@ class ProcessSlicedObjectListJob(Job):
layerData.addPolygon(layer.id, polygon.type, points) layerData.addPolygon(layer.id, polygon.type, points)
mesh.layerData = layerData mesh.layerData = layerData
objectIdMap[object.id].meshDataChanged.emit()