Ensure we update the view when the layer data has changed

This commit is contained in:
Arjen Hiemstra 2015-03-13 13:50:01 +01:00
parent c03a368a0d
commit 17316edfef

View file

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