Do not make the "processing list of sliced objects" job visible

This commit is contained in:
Arjen Hiemstra 2015-02-11 13:53:15 +01:00
parent e5e621e511
commit b02e98696f

View file

@ -11,7 +11,7 @@ import struct
class ProcessSlicedObjectListJob(Job):
def __init__(self, message):
super().__init__(description = 'Processing sliced object', visible = True)
super().__init__(description = 'Processing sliced object')
self._message = message
self._scene = Application.getInstance().getController().getScene()